Page 1 of 1

Upload code & output use Oracle VM VirtualBox, start Ubuntu Linux OS, login Linux, run Application Terminal. At the comm

Posted: Mon May 02, 2022 12:05 pm
by answerhappygod
Upload code & output
use Oracle VM VirtualBox, start Ubuntu Linux OS, login Linux,
run Application Terminal. At the command prompt use mkdir poem
then use cd poem At the command prompt use the GNU text
editor nano and type in the quote below, old is gold, Write
out to file called quote.txt, exit nano, Then use the list
command ls -lt *.txt. Use these commands
awk '{print}' quote.txt
awk '/will/{print}'
quote.txt
cat quote.txt
cat quote.txt | grep -i
will
ls -lth
cd ..
In step 7 above the “ls -lth” lists file attributes
in chronological order from most recent and displays size in
k-bytes. Make a print screen using the Oracle VM VirtualBox,
View tab, Take Screenshot. (Short cut keys Host+E).