Thursday, October 20, 2011

Unix Shell Commands

Re-learnt this
The usual command to list all files and directories in the Unix shell is
ls
similar to dir in DOS

This just shows the names though. To get more details such as timestamp, the command is
ls -l

No comments:

Post a Comment