Linux

bzip2 command in Linux

bzip2 command in Linux/Unix, Uses of bzip2 command with examples

bzip2 command in Linux/Unix The bzip2 command in Linux is used for compressing and decompressing files. It is like gzip command but takes a little more time to compress but compresses better. It uses the Burrows-Wheeler block-sorting text compression algorithm and Huffman coding. bzip2 command creates a compressed file with the extension “.bz2”. Syntax for […]

bzip2 command in Linux/Unix, Uses of bzip2 command with examples Read More »

basename command in Linux

basename command in Linux/Unix, Uses of basename command with examples

basename –help basname /etc/apt/apt.conf.d basname /etc/apt/apt.conf.d/ basename -a /etc/apt/apt.conf.d /etc/apt/keyrings basename /etc/apt/sources.list .list basename /etc/apt/sources.list s.list basename /etc/apt/sources.list sources.list basename -s .list /etc/apt/sources.list basename -s s.list /etc/apt/sources.list basename -s sources.list /etc/apt/sources.list basename -a -s .d /etc/apt/sources.list.d /etc/apt/trusted.gpg.d /etc/apt/preferences.d

basename command in Linux/Unix, Uses of basename command with examples Read More »

Scroll to Top