pwd command in Linux/Unix, Uses of pwd command with example
pwd –help pwd pwd -L pwd -P echo $PWD pwd pwd -L pwd -P
pwd command in Linux/Unix, Uses of pwd command with example Read More »
pwd –help pwd pwd -L pwd -P echo $PWD pwd pwd -L pwd -P
pwd command in Linux/Unix, Uses of pwd command with example Read More »
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 –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 »
A <a> | <abbr> | <acronym> | <address> | <applet> | <area> | <article> | <aside> | <audio> B <b> | <base> | <basefont> | <bdi> | <bdo> | <big> | <blockquote> | <body> | <br> | <button> C <canvas> | <caption> | <center> | <cite> | <code> | <col> | <colgroup> D <data> |
mkdir (stands for make directory) command in Linux is used for creating the directory (folder). It can be used to create single or multiple folders at once and can also set up complex folder hierarchies. In this tutorial you will learn about mkdir command in Linux and uses of mkdir command with examples. Syntax for
mkdir command in Linux/Unix, uses of mkdir command with examples Read More »