Print the 10th line without using tail and head command.
No Answer is Posted For this Question
Be the First to Post Answer
How shell works?
Where is bash history?
What are the default permissions of a file when it is created?
What are the different variables present in linux shell?
What is the lifespan of a variable inside a shell script?
write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?
How to print all array elements and their respective indexes?
Write a shell script to get current date, time, user name and current working directory.
How to get the first line from a file using just the terminal?
What happens on a system call?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null