Skip to content →

File editing within a docker container with cat

$ 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 accepted

Published in Miscellaneous

Comments

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.