bash Flashcards
1
Q
Bash
Create a file from current clipboard contents
A
cat > file.txt
Then paste (or type) content into console. Hit Cntl-D to finish.
bash > bash > Flashcards
Bash
Create a file from current clipboard contents
cat > file.txt
Then paste (or type) content into console. Hit Cntl-D to finish.