Answer Posted / ankit jaiswal
echo "hello"
this command will pring the text on the screen
above is also right but there is a bit confusion that what
that command do.
comments..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
How are shells born?
How to print all the arguments provided to the script?
Which scripting language is best for automation?
What is a shell in operating system?
What is the fastest scripting language?
What is a file basename?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How will you pass and access arguments to a script in linux?
What are zombie processes?
How do I save a powershell script?
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
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What is the meaning of $1 in shell script?
Write a script to print the first 10 elements of fibonacci series.