My Collection Source Code
Showing posts with label
File
.
Show all posts
Showing posts with label
File
.
Show all posts
Tuesday, September 4, 2012
Unix : Delete file or Folder
rm foo
delete the file named "foo"
rm a*
delete all files with names beginning with "a"
rm *.jpg
delete all files with names ending in ".jpg"
rm -R temp
delete the directory named "temp", and all of its contents
Older Posts
Home
Subscribe to:
Posts (Atom)