SyntaxFix
Write A Post
Hire A Developer
Questions
ls | grep mp3 | sed -n "7p" | xargs -i mplayer {}
Note that in the command above, xargs will call mplayer anew for each file. This may be undesirable for mplayer, but may be okay for other targets.
xargs
mplayer