The following is a Linux dictionary word of the day:
checkeq (eqn or neqn) – command utilized to describe equation aspects.
-v parameter to print version.
Example: eqn hello.c
The following is a Linux dictionary word of the day:
checkeq (eqn or neqn) – command utilized to describe equation aspects.
-v parameter to print version.
Example: eqn hello.c
The following is a Linux dictionary word of the day:
cfdisk – partition table manipulator for a Linux drive.
m = option used to maximize the disk usage of the current partition.
-h parameter display for help text.
-V parameter to display version information.
Example: cfdisk -V
The following is a Linux dictionary word of the day:
cd (also can be chdir) – change directory.
cd .. moves backwards to the next higher subdirectory level.
cd / moves to the highest root directory level.
Examples:
cd tmp
cd ..
cd /