Skip to content

Commit acf1622

Browse files
0x02-shell_redirections
1 parent 576694f commit acf1622

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

0x02-shell_redirections/4-lastlines

100644100755
File mode changed.

0x02-shell_redirections/5-firstlines

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
tail -n 10 /etc/passwd
2+
head -n 10 /etc/passwd

0 commit comments

Comments
 (0)