Answer Posted / m.venkata ramana
read `date '+%m-%d-%y %H-%M-S%'`
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write down the syntax for all the loops in shell scripting.
What are the default permissions of a file when it is created?
How do I run a shell script on a mac?
Explain about login shell?
What is a command line shell?
Write a shell script to get current date, time, user name and current working directory.
What is shell environment?
How do you debug a script?
Why should we use shell scripts?
What is the default ubuntu terminal?
How do you find out What is your shell?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
Is it possible to substitute "ls" command in the place of "echo" command?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
Is bash a shell script?