Signing you in…

Creating and Reading Files (touch, cat, head, tail)

Creating and inspecting text files is the foundation of shell work. touch updates timestamps or creates empty files. cat prints whole files to the terminal. head and tail show the beginning or end — tail -f even follows growing log files in real time. For large files prefer less or editors; dumping megabytes with cat can freeze a slow terminal.

touch
Content is available with subscription.
Get full access to all courses on the platform for one year with a single payment.
Unlike other platforms that charge per course, here you get everything for one price, and after one year of use there will be no automatic charge for the following year.