Episode 5 File management part 1

We use mv to move and rename files, and create a shell alias to improve the safety of one of its sharp edges. We also introduce the .bashrc configuration script, and mkdir to create directories.

25 August 2015

Time Jump Topic or command
00:40  

mv (move or rename files)

03:19  

wildcard

04:19  

mkdir (make dirs)

08:35  

mv -n (no-clobber)

09:39  

mv -i (interactive)

10:10  

mv -t (target-directory)

11:03  

alias

11:06  

philosophy

14:12  

file type, hidden (dot files)

14:18  

ls -a (all)

14:29  

.bash_profile

14:35  

.bashrc

16:06  

source (execute in current shell)

16:27  

cp (copy files and dirs)

blog comments powered by Disqus