c program to implement unix/linux command to block the
signal ctrl-c and ctrl-\ signal during the execution
ls -l|wc -l
No Answer is Posted For this Question
Be the First to Post Answer
What is "test"? How it is used in shell scripting?
Hi Friends, I am currently Undergoing Course On Testing.I am Planning To Keep Fake Resume.Can any One tell me the ways to Prepare i.e, Real Time experience For Manual Testing. With Regards, Vikram
What is c in shell script?
How to change our default shell?
What is shift command in shell script?
How to calculate the number of passed arguments?
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
What does debug script mean?
What are the default permissions of a file when it is created?
What is the command to find out today's date?
Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.