Skip to content

Commit 9c1034c

Browse files
Removed head
1 parent e2c0952 commit 9c1034c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

detective_handbook/step3.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ The asterisk (wildcard) is a "match all" symbol. When you type `ls kitties/cute_
1616

1717
This command works a lot just like normal English. It's saying: "find all files, starting with the current directory, with any name that ends in .txt and print it to the screen." Another cool feature of the "find" command is that, if you have additional directories inside the directory you search in, it will go into those directories as well and continue the search.
1818

19-
# `head`
20-
21-
`head -3 longText.txt`
22-
23-
The "head -3" command tells the computer that we want to view the first 3 lines of the longText.txt file.
24-
2519
# `ls` with flags
2620

2721
`ls -a` prints all files and directories including the ones whose names begin with `.`

0 commit comments

Comments
 (0)