Sunday, January 26, 2014

Remove file in unix

rm   remove file specified
rm -f  remove file specified and ignore of that file is not present.

No comments:

Post a Comment