Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions extra-work/m1/lab-bash-master/solutions2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
tar -zvf lorem.tar.gz lorem-copy.tar.gz /Desktop/dataptmad0420/extra-work/m1/lab-bash-master$ = to compress both files into exercises
tar -xzvf lorem.tar.gz
tar -xzvf lorem-copy.tar.gz = both these commands extract the archives
create ans alias permanently:

nano ~/.bashrc = to open a file in bash
alias = ..= "cd .."
alias = ll= "ls -alh"
alias = ls -a="la"

after saving the file close terminal an open a new one
Loading