login shell
The goal here is to separate the users having a login shell from the others:
1 | cat -n inputfile | sed -En -e ' |
What is a login shell ?
The goal here is to separate the users having a login shell from the others:
1 | cat -n inputfile | sed -En -e ' |
What is a login shell ?