Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonedarth10 committed Feb 27, 2023
1 parent 620c85f commit a050dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0x02-shell_redirections/12-newest_lines
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
ls -t1 | head -n 10
ls -t | head -10

0 comments on commit a050dde

Please sign in to comment.