question archive Below is a sequence of shell commands that we typed into a bash terminal window on a Linux machine and some of the output that was produced
Subject:Computer SciencePrice: Bought3
Below is a sequence of shell commands that we typed into a bash terminal window on a Linux machine and some of the output that was produced. Your job is to write the output produced by the commands in the sequence. The commands are executed consecutively and changes made by one command may affect the output produced by later commands.
First Make a Directory and Rename as Name_AridNo like (Sharjeel_17-Arid-2040) and create all other necessary files and then execute the following commands and show output.
Shell > pwd /home/me/test
> ls -F hw1 hw1.bak tmp/
> bash
> touch it
> cd tmp
> ls -F justme.txt
> echo "Dear Sharjeel" > diary
> cat 'Name_AridNo' /Sharjeel_17-Arid-2040/hosts
> pwd