15,050
edits
m (→Approaches) Tags: Mobile edit Mobile web edit |
|||
| Line 9: | Line 9: | ||
echo "line 5" >> test.txt | echo "line 5" >> test.txt | ||
echo "line 6" >> test.txt | echo "line 6" >> test.txt | ||
</pre> | |||
key-in the command {{kbd | key=cat test.txt}} to view the file content | |||
<pre> | |||
line 1 | |||
line 2 | |||
line 3 | |||
line 4 | |||
line 5 | |||
line 6 | |||
</pre> | </pre> | ||