WRITE THE COMMAND
1. Count number of characters in first five lines of file x1.
2. Display files of current directory whose 1st character is not digit.
3. Display last 2 lines of working directory.
4. Display only those files of current directory which is own by the current user.
5. To combine content of two file do not use cat command.
6. Count the total no of blank lines of file x1.
7. Display the lines which are not starting with 2 at the beginning.
8. Count the total no. of lines in a file.
9. To display lines beginning with alphabets of a file test.txt
10. Display lines of file from line 3-5.