INTRODUCTION TO LINUX. COMPUETER SCIENCE HOMEWORK
Instructions: |
1. Given that you had a file system /dev/hd1and a tape drive 2. Please correct the below script so it works correctly looptrack = y while [ “$ looptrack ” = 1 ] do echo -n “Type in the account number:” echo -n “Type in the first and last echo -n Type in the age:” read age echo -n “Enter another record?”; read finish |