What is the syntax of while loop in shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
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 does shell scripting work?
What are the advantages of using shell scripts?
Where are cowrie shells found?
How do I run a shell script in powershell?
What is the difference between scripting and coding?
How do scripts work?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
Given a file find the count of lines containing the word "abc".
What are filters explain sort with all the options available?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.