13,420
edits
Changes
→LINUX PRACTICE QUESTIONS
'''Write the expected output from running each of the following Bash shell scripts You can assume that these Bash shell script files have execute permissions. Show your work.'''
:'''Walkthru #1:'''
:'''cat walkthru1.bash'''
<pre>
#!/usr/bin/bash
</pre>
:WRITE OUTPUT FROM ISSUING::'''./walkthru1.bash'''