Search Results

Search: Posts Made By: editheraven
2,418
Posted By vbe
Had time to test: #!/usr/bin/bash echo...
Had time to test:

#!/usr/bin/bash
echo "Choose now : gzip(z) or Bzip2(j)"
read archive_type

if [ "$archive_type" = "z" ]
then
archive_type_0="gz"
fi

if [ "$archive_type" = "j" ]...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 12:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy