determine the output of the following command: echo ${new:-variable}
No Answer is Posted For this Question
Be the First to Post Answer
What are the different communication commands available in the shell?
What is a file basename?
if i have 2 files file1 and file2.... file1 contains 2 columns like b a 11 aa 12 as 13 ad 15 ag 11 ar 13 ah 15 ak file2 contains b c 10 ds 11 at 15 gh 15 jk 13 iu 11 fg 13 yy can any 1 give me the program to display in this way? a b c aa 11 at ar 11 fg ad 13 iu ah 13 yy ag 15 gh ak 15 jk
what is tickets $ what low,medium,high priorite pls define time also
I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?
How will you connect to a database server from linux?
how to read systems current date and time
How are shells born?
What is the use of "test" command?
What is .sh file in mac?
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.
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?