Tag Archives: untar

extract any compressed file in Linux

Written by Mel Kham on . Posted in Linux tutorials

  Use the following command to create a new file in /usr/bin directory and launch the gedit. sudo gedit /usr/bin/extract-file Copy and paste the following code in gedit and save the file. 123456789101112131415161718 if [ -f $1 ] ; thencase … Continue reading