Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth authored Oct 24, 2024
1 parent 5a6e13e commit 956c7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you are familiar with Linux and the command line you can skip to section.
* `rm file`: remove a file (permanently)
* `find directory_name -name "*foo*"`: find all files under `directory_name` (including sub-directories) whose name contains `foo`.
* `diff file1 file2`: compare two text files
* `gedit filename &`, `pluma filename &` or `editor filename &`: open a text editor to edit a file.
* `gnome-text-editor filename &`, `pluma filename &` or `editor filename &`: open a text editor to edit a file.

* Shell keyboard short cuts (also applicable to a julia session):
* `up-arrow`: show previous command (similarly `down-arrow` show next command)
Expand Down

0 comments on commit 956c7aa

Please sign in to comment.