Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question

What does the command below do ?

cat < myfirstscript > mynewscript

Answer

Equivalent:

cp <myfirstscript> mynewscript


Question

What does the command below do ?

cat < myfirstscript > mynewscript

Answer
?

Question

What does the command below do ?

cat < myfirstscript > mynewscript

Answer

Equivalent:

cp <myfirstscript> mynewscript

If you want to change selection, open document below and click on "Move attachment"

stdin, stdout, stderr
eously If you decide you want to copy the contents of two files to another file (instead of using the cp command - there is more than one way to skin a cat in Linux) you could do the following: <span>cat < myfirstscript > mynewscript Incidentally, this is equivalent to cp myfirstscript mynewscript Appending to a file Well that's fine and dandy, but what happens if we don't want to delete our longlisting script and w

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.