VITUNES-RM(1) BSD General Commands Manual VITUNES-RM(1) NAME vitunes-rm -- remove a file or a URL from the database SYNOPSIS vitunes -e rm [-f] URL | path DESCRIPTION To remove a single file or URL from the vitunes(1) database, the rm e- command may be used. Normally, a prompt is shown as a safety measure. This prompt can be avoided using the -f flag, to force the removal. Note that to remove files, the full, absolute path to the file must be provided, as obtained from realpath(3). EXAMPLES To remove a single file from the vitunes(1) database, use: $ vitunes -e rm /path/to/file.mp3 To remove a URL, such as that for an Internet radio stream, use: $ vitunes -e rm -f "http://198.234.121.118/listen.pls" SEE ALSO vitunes(1), vitunes-add(1), realpath(3) AUTHORS Ryan Flannery <ryan.flannery@gmail.com>. BSD January 17, 2015 BSD