Comm Flashcards
1
Q
echo $?
A
If previous command execute success or no
0 = SUCCESS
1 = FAIL
2
Q
cat -n
A
Cat the file with line number
Umee > Comm > Flashcards
echo $?
If previous command execute success or no
0 = SUCCESS
1 = FAIL
cat -n
Cat the file with line number