|
small bash command
hello,
I need your help for a very simple bash command.
I would like to watch the last video I've downloaded without searching the folder by hand.
Here is my command:
vlc $(ls ~/Downloads/*.avi -t)
How to adapt it to files with spaces ?
I've tried several things with no success.
Thanks.
|