Wednesday, 24 August 2016

Unix Shell Scripting(day 1)

Shell Scripting:
All Unix Commands should be in Lower Case only

       Command for                                             command                                
1.The time at which i login                         -   who am i       
2.present working directory                        -   pwd           
3.present calender                                       -    cal            
4.calender of a particular date                     -   cal 7 2009    
                                                                         cal feb 2003    
5.current date                                               -   date                                                                      
6.customized date                                        -   date '+DATE:%m-%y%nTIME:%H:%M:%S'
7.creating empty text files                           -   touch text_file_name1,... 
8.creating directories                                   -   mkdir directory_name           
9.folder inside a folder                                -   mkdir existingfolder_name/new folder_name
10.change directory  from one to another   -   cd directory name
                                                                                 

No comments:

Post a Comment

If you Like my blog Spread it and help friends for whom this blog is useful for their career.