What is batch file programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is a shell made of?
How to sort a result of Ls -l command based on columns. Ex. i want to sort 5th column from output of ls -l command.
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
What is the default ubuntu terminal?
What is gui scripting?
Is SSO and SSL support BOXI?
How do I set bash as default shell mac?
RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What is basename in shell script?
What is the use of break command?