Where is bash history?
No Answer is Posted For this Question
Be the First to Post Answer
How do I open the shell prompt?
How to handle the delimiter unit seperator in Unix
Is it possible to substitute "ls" command in the place of "echo" command?
What is the use of "test" command?
how to create purchase order
Explain about the exit command?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt
Write a script to print the first 10 elements of fibonacci series.
What exactly is a shell?
Can you write a script to portray how set –x works?
Is shell a part of kernel?
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.