Posts

Showing posts from August, 2019

Linux Assignments - Practise

UNIX ASSIGNMENTS: Day 1 Concept : Basic commands in UNIX, Filters, Pipes Objective : Participant will be able to: ·          Execute Basic Unix commands ·          Implement the concepts of Pipes and Filters ·          Work with vi editor Problems: Section 1: 1.        List all the files and sub directories of the directory /bin. 2.        List all the files including hidden files in your current directory. 3.        List all the files starting with letter ‘r’ in your current directory. 4.        List all the files having three characters in their names, from your current directory. 5.        List all the files with extension ‘.doc’ in your current directory. 6.        List all the files having the first letter of their name within the range ‘l’ to ‘s’, from your current directory. 7.        Create a file ‘text1’ and read its input from the keyboard. 8.        Copy the contents of file ‘text1’ to another file ‘text2’. 9.        Append the conten