Skip to content

Commit

Permalink
Merge pull request #84 from cecilehannay/main
Browse files Browse the repository at this point in the history
fix typo in unix
  • Loading branch information
cecilehannay committed Oct 25, 2023
2 parents 675effa + c2894cc commit c5d3ef0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notebooks/01.Prerequisites/unix.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"cells": [
{
"cell_type": "markdown",
"id": "friendly-karma",
"id": "bacterial-malpractice",
"metadata": {},
"source": [
"# Basic Unix Commands"
]
},
{
"cell_type": "markdown",
"id": "global-denmark",
"id": "clear-editor",
"metadata": {},
"source": [
"## cd (Change Directory):\n",
Expand Down Expand Up @@ -128,7 +128,7 @@
"\n",
"If you want to search for a string recursively within all files that are in the directory `directory1` you can use the `-r` flag i.e.,\n",
"\n",
"`grep -r directory1`\n",
"`grep -r hello directory1`\n",
"\n",
"<hr style=\"border: 1px solid black;\">\n",
"\n",
Expand All @@ -146,7 +146,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "acknowledged-joint",
"id": "christian-sister",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit c5d3ef0

Please sign in to comment.