It Works On Linux
What coding language would work with this??
What coding language would work with this??
Isn't that doing an unnecessary cat, you can just do it like this?cat command examples:
show the contents of /etc/passwd while searching for the user 'rob'
Code:[root@server ~]# cat /etc/passwd|grep rob rob:x:500:500::/home/rob:/bin/bash
[root@server ~]# grep rob /etc/passwd
rob:x:500:500::/home/rob:/bin/bash
Isn't that doing an unnecessary cat, you can just do it like this?
It was still early in the morning when I replied, I see that now
what does this mean?rob:x:500:500::/home/rob:/bin/bash