What is awk script?
No Answer is Posted For this Question
Be the First to Post Answer
How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?
How many prompts are available in a UNIX system?
How do I start a shell script?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
Write a script to print the first 10 elements of fibonacci series.
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly
What are the four fundamental components of every file system on linux?
Why should we use shell scripts?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again