Why is it called a shell?
No Answer is Posted For this Question
Be the First to Post Answer
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
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.
What is the default ubuntu terminal?
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.
When we login into our account which files are executed?
Give some situations where typing error can destroy a program?
How can I send a mail with a compressed file as an attachment?
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
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
Write a shell script to check whether a number is Armstrong number or not?
Why should we use shell scripts?
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?