The following question was asked in the Unix networking exam:
How do you speed up ping and traceroute command responses under Unix or Linux operating systems?
{ 1 comment }
How do you speed up ping and traceroute command responses under Unix or Linux operating systems?
{ 1 comment }
I‘m using Debian Linux as my development workstation. I would like to search a directory called ~/projects/ recursively for “foo” word only for *.txt files. How do I search all text files in ~/projects/ for “foo” word using grep command?
{ 8 comments }
I would like to search and find all files which contain a word called “main()” for all directories located in $HOME/project/school. How do I use the grep command to find text including all subdirs under Unix or Linux operating systems?
{ 5 comments }
I see many examples and man pages on how to do operations like search-and-replace using sed. But, I want to match a given string or a regular pattern expression and display on the screen. How do I print lines with matching pattern using sed command only under Unix like operating systems?
{ 0 comments }
What is the maximum character length of arguments in a shell command? How do I find out the maximum length of arguments for a new process under Linux or Unix like operating systems?
{ 5 comments }