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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

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

Post by answerhappygod »

Upload code & output screenshot
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).
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply