Skip to content

Commit

Permalink
103-The biggest fan
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonedarth10 committed Feb 14, 2023
1 parent 4cd04d3 commit ed4031b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0x02-shell_redirections/103-the_biggest_fan
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
tail -n +2 | cut -f -1 | sort -k 1 | uniq -c | sort -rnk 1 | head -n 11 | rev | cut -d ' ' -f -1 | rev

0 comments on commit ed4031b

Please sign in to comment.