Linux CLI - Archiving and Compression
What will be the result of running these commands?
echo "Data" > sample.txt bzip2 sample.txt ls sample.txt*
echo "Data" > sample.txt bzip2 sample.txt ls sample.txt*
bzip2 sample.txtsample.txt.bz2.sample.txt*sample.txt.bz2 matches because original is deleted.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions