We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae0571 commit ffd4a4dCopy full SHA for ffd4a4d
1 file changed
0x02-shell_redirections/4-lastlines
@@ -1,2 +1,2 @@
1
#!/bin/bash
2
-head -10 /etc/passwd
+tail -n 10 /etc/passwd
0 commit comments