we2aresame
Technical User
how to use fgrep to figure out all files which include a special word?
for example:
fgrep hello /etc/inittab, can get hello from /etc/inittab, now I try to get hello from all files on my server, thanks.
for example:
fgrep hello /etc/inittab, can get hello from /etc/inittab, now I try to get hello from all files on my server, thanks.