Tag: extract

Get Audio from a video file

Get Audio from a video file mplayer -dumpaudio -quiet VIDEO_FILE

Extract to Given Folder

extract a tarball into / tmp tar -xvf archive.tar -C /tmp

Unrar a RAR File in Linux

First install the ‘unrar’ package – then run this command… unrar x file.rar