subject

Modify the script, problem2.sh that does the following: 1. Creates a new variable (it does not have to be an environment variable) that is OUTFILE concatenated with ".out" 2. Prints out the value of this new variable (Hint: Use the echo command to print in bash.) 3. Creates a new variable that is OUTFILE concatenated with ".err" 4. Prints out the value of this new variable (Hint: Use the echo command to print in bash.) 5. Write a one line bash command that: 1. Runs cmd1 getting the input from INFILE 2. Pipes the output to cmd3 redirecting stdout (but not stderr!) to the filename you created in step 1, and stderr (but not stdout!) to the filename you created in step 3. When running with INFILE set to test

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:30
Which number on the image above correctly indicates the name of a folder in this url? a.1b.2c.3d.4
Answers: 2
question
Computers and Technology, 21.06.2019 21:30
Write code using c . (take input from user) calculate the size of a given file in kbs. in this task you will complete the function with the following prototype: float get_file_size(char * filename); the function takes the file name (address to the start of a null terminated character array) as input. the function should then open the file and find the number of bytes it contains till eof. the number of bytes divided by 1024 will give the size in kbs. if the file cannot be opened the function should return -1.
Answers: 2
question
Computers and Technology, 22.06.2019 17:00
Which of the following is not contained on the slide show toolbar? a. next button b. slide button c. close button d. pen too
Answers: 2
question
Computers and Technology, 23.06.2019 12:00
What type of slide show is a dynamic and eye-catching way to familiarize potential customers with what your company has to offer? a. ole b. photo album c. brochure d. office clipboard
Answers: 2
You know the right answer?
Modify the script, problem2.sh that does the following: 1. Creates a new variable (it does not have...
Questions
question
Mathematics, 17.07.2019 08:00
Questions on the website: 13722367