Showing posts with label Fundamentlas of linux shell programming. Show all posts
Showing posts with label Fundamentlas of linux shell programming. Show all posts

Saturday, 12 December 2015

2014 FLP previous year questions (Fundamentlas of linux shell programming) - MinMarks

B.Tech (CS) 2014 Fundamentals of Linux shell programming previous year questions.

 

 

Q.1 Write command for Open X-terminal with blue back-ground, yellow foreground, window title ="Hard and soft".


  1. $ls-l|date| who
  2. $cal &; date &; uname&
  3. $ls l
  4. $(cal;date);(uname;who)  

    View All