diff --git a/guides/linux-basics.md b/guides/linux-basics.md index 75d1190..5ea2857 100644 --- a/guides/linux-basics.md +++ b/guides/linux-basics.md @@ -37,6 +37,9 @@ This guide provides a brief introduction to Linux, including basic commands and ## Text Processing +There are alternatives to nano, but it is the easiest to use. + +- Edit a file: `nano ` - View a file: `cat ` - View a file (with line numbers): `cat -n ` - Get the beginning of a file: `head `