In the listing case of:
ls -al 2> myerror |
puts any errors into a file called 'myerror'.
If we wanted to keep all those error messages instead of using a single greater than sign, we would use double greater than signs.
ls -al 2>> myerror |
What does the 2>> do different than 2> ?
In the listing case of:
ls -al 2> myerror |
puts any errors into a file called 'myerror'.
If we wanted to keep all those error messages instead of using a single greater than sign, we would use double greater than signs.
ls -al 2>> myerror |
What does the 2>> do different than 2> ?
In the listing case of:
ls -al 2> myerror |
puts any errors into a file called 'myerror'.
If we wanted to keep all those error messages instead of using a single greater than sign, we would use double greater than signs.
ls -al 2>> myerror |
What does the 2>> do different than 2> ?
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |