Unix Tools

CSE3391




Practice Sheet 0 UNIX Commands


E-mail this post



Remember me (?)



All personal information that you provide here will be governed by the Privacy Policy of Blogger.com. More...



Have finished practice sheet 0.

Very preliminary introduction and refresher to UNIX commands.

It's interesting how even if you had never used the command before, you can read it and kind of think what it would do.

like

ls ~/ [shows the contents of the home directory]
ls .. [shows the contents of the directory one level higher]
rm ../wordssomethingelse somefile [removes both the wordssomethingelse file and somefile]
mv ~/somefile . [moves somefile which is in the home directory here (the dot)]
mv words wordssomethingelse [rename the file called words to wordssomethingelse]

Note how you can specify DO THIS AT THIS LOCATION ON THIS AND THIS AND THIS... and you can leave out the location information and put it in as needed.

I imagine that one becomes more and more 'fluent' in the language of the command line. I think the little full stop meaning 'here' is cute too.


0 Responses to “Practice Sheet 0 UNIX Commands”

Leave a Reply

      Convert to boldConvert to italicConvert to link

 


Previous posts

Archives

Links