HI everyone, im really new to unix and im having problems solving these comands:
1- Use the command find to recursively list the names of all header files in /usr/include (e.g. eparse.h ) which begin with a vowel and then email the list to yourself (use mail command)
2- Count how many file owned by root
- i id this, but im not sure if its correct : wc -f /
3- Search through the file system ("/") for the file named "gcc". If it finds the file, it prints the location to the screen.
4- Use the command find to recursively list the names of all header files in /usr/include (e.g. eparse.h ) which begin with a vowel and then email the list to yourself (use mail command).
Im really having problems with them, i'd really hope if you guys would be able to give me tips and some help.
thanx
1- Use the command find to recursively list the names of all header files in /usr/include (e.g. eparse.h ) which begin with a vowel and then email the list to yourself (use mail command)
2- Count how many file owned by root
- i id this, but im not sure if its correct : wc -f /
3- Search through the file system ("/") for the file named "gcc". If it finds the file, it prints the location to the screen.
4- Use the command find to recursively list the names of all header files in /usr/include (e.g. eparse.h ) which begin with a vowel and then email the list to yourself (use mail command).
Im really having problems with them, i'd really hope if you guys would be able to give me tips and some help.
thanx
Comment