Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update: Tenth Line
  • Loading branch information
Openset committed Jan 8, 2019
commit afe7ca849af7c311c30abb07860f08079e946eb8
2 changes: 2 additions & 0 deletions problems/tenth-line/tenth_line.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

# Read from the file file.txt and output the tenth line to stdout.

sed -n '10p' file.txt