UNIX Command Example: rm - Remove Delete File(s) Directory(ies)
Logon to UNIX command prompt then copy & past the bellow code to get some interesting result:
rm *.sh rm *
Here "rm" is the command to Remove or Delete file(s) or Directory(ies). "rm *.sh" Remove all files with extension ".sh" inside current Directory. "rm *" Remove all files inside current Directory. If everything went well you should get some result as follows as desired:

No comments:
Post a Comment
leave your comments here..