Hard
Suppose we have the following text file:
Hello
Which of these statements are true about this line?
cat file 2>> res.txt
Author: titouan lecampStatus: PublishedQuestion passed 23 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
1
Display lines 4 to 12 of a file in Bash1
Find the default shell for a user in Bash2
Display lines containing 'Error' in all .txt files1
Find all rows containing patterns 1 and 2 in a file using Bash1
What does the shell prompt `user@user:~$` mean?1
Which line deletes all files in a directory? (visible and hidden files)1
How to count the number of lines in a file in Bash