+ Deleting files – rm russellc, January 28, 2018January 28, 2018, BASH, bash, rm, 0 Deleting files ■ rm • Warning: will delete files permanently. • rm a • rm a b c •...
+ How do you list a the contents of a directory? – LS russellc, January 25, 2018January 25, 2018, BASH, 0 At the command line just type – ls
+ How to find out the full path to the directory your are in ? – PWD russellc, January 25, 2018January 25, 2018, BASH, 0 PWD – Print Working Directory At the command line type pwd
What is the highest level directory in the file system? russellc, January 25, 2018January 25, 2018, BASH, 0 root
List Command Options – ls russellc, January 25, 2018January 25, 2018, BASH, 0 Options An argument that starts with a dash is called an option Is -a list all files (including hidden)...
+ Moving files – mv russellc, January 28, 2018January 28, 2018, BASH, bash, mv, 0 Moving files ■ mv • Warning: will silently overwrite existing files! • Arguments: a source filename and a target...