continue – resume the next iteration of a loop
in the current iteration of a for, while, or until loop.
Example:
if(( $a==5 ))
then
continue
fi
continue – resume the next iteration of a loop
in the current iteration of a for, while, or until loop.
Example:
if(( $a==5 ))
then
continue
fi
-f parameter to force operation.
Example: compress hello.txt
command line – aspect provided directly on the screen where one types specific commands.
As an Amazon Associate, I earn from qualifying purchases.
The following is a Linux Dictionary word of the day:
comm – compares two sorted files line by line showing unique lines and then the common lines.
Example: comm hello.txt hello2.txt
As an Amazon Associate, I earn from qualifying purchases.
The following is a Linux Dictionary word of the day:
cmp – compares two files and only reports if the files are different.
Example: cmp hello.txt hello2.txt
clear – clears all the text on the display screen.
Example: clear