The Cookie Machine - Click here to drag window

The Cookie Machine (TCM) Future Applications:

β˜‘ View cookies used on the Pippim website.
β˜‘ Send cookie via mail. For backup or sharing.
β˜‘ Receive cookie via mail. From yourself or colleague.
β˜‘ Countdown Timers. For multi-phase time sensitive missions.
β˜‘ And in the future... Other ways of sharing/using Cookies.

If you can read me, I'm broken!

Views: 100,830β€…    Votes:  7β€…
Tag : ubuntu-touch  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—


If I understand your question correctly you want to use:

echo "hello" > ~/Desktop/new_file.txt && echo "world" >> ~/Desktop/new_file.txt

Then to check the results use cat ~/Desktop/new_file.txt which shows:

hello
world

There’s a shorter way of doing this but I’m kind of new to Linux myself.

⇧ Bash script to convert from HTML entities to characters How to make zenity "transient parent" warning disappear permanently  β‡©