Skip to content

Commit

Permalink
display third line of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Narutonabb committed Feb 14, 2023
1 parent c0286c4 commit afd3b98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0x02-shell_redirections/6-third_line
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
cat iacta | head -n 3 | tail -n 1

0 comments on commit afd3b98

Please sign in to comment.