×
Write the following terminal commands to perform the following tasks:
first
first
folderperson.txt
person.txt
to another.txt
another.txt
file and call it copy.txt
copy.txt
filefirst
folder and call it second
second
folderman
command do? Type in man rm
. How do you scroll and get out?man
page for ls
. What does the -l
flag do? What does the -a
flag do?curl https://www.google.com > google.html
less
to look at the contents of google.html
.man
page for less. Read the section on /pattern
. Search for the text hplogo in the google.html
file.r
and f
flags do with the rm
command?You can find the solutions here
When you're ready, move on to Permissions and Links