Is scripting and coding the same thing?
No Answer is Posted For this Question
Be the First to Post Answer
Is bash a shell script?
What is the meaning of $1 in shell script?
Write a shell script to get current date, time, user name and current working directory.
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
How do you know which shell I am using?
What is the difference between a 'thread' and a 'process'?
What is difference between shell and bash scripting?
write a program to display all the files from the current directory which are created in particular month
Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"
What is shell company all about?
What is the command to find out today's date?
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"