$ cat > filename
Copy or write some lines here
New lines are accepted
Ctrl-D to exit and savefile
$ cat filename
Copy or write some lines here
New lines are acceptedFile editing within a docker container with cat
Published in Miscellaneous
Jack of all trades, Doctor of Philosophy.
$ cat > filename
Copy or write some lines here
New lines are accepted
Ctrl-D to exit and savefile
$ cat filename
Copy or write some lines here
New lines are acceptedPublished in Miscellaneous
Comments