Question 3: Duplicate thismonth
Copy the file thismonth to the letters directory and rename it let1.doc. Change the current working directory to the letters directory and copy let1.doc to let2.doc. Copy once more let1.doc to let3.doc. Confirm this yourself using the ls command.
I did
cp thismonth letters/let1
cd letters
cp let1 let2
cp let1 let3
ls
let1 let2 let3
getting fail on all 3 even though cat thismonth == let1 == let2 == let3.
tut 3 q 3
Moderator: drgrussell
-
- Posts: 1
- Joined: Wed Jul 20, 2016 4:36 am
- Are you a robot or a human?: Human
-
- Posts: 2
- Joined: Mon Aug 08, 2016 10:53 am
- Are you a robot or a human?: Human
Re: tut 3 q 3
Hi! Looks like you left out the .doc part of the filenames, which the "Check" precisely checks for.
I hope all is going well for you! This site is a great service!
I hope all is going well for you! This site is a great service!
Who is online
Users browsing this forum: No registered users and 3 guests