aliou / dotfiles

Opinionated dotfiles, endless source of yak shaving.
7 stars 0 forks source link

[bin] nth : return the nth line of stdin #25

Closed aliou closed 5 years ago

aliou commented 5 years ago
alias first = nth 1
alias second = nth 2
aliou commented 5 years ago

something with sed or awk ?