Is cmd a shell?
No Answer is Posted For this Question
Be the First to Post Answer
how can you execute the shell scripts?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
How to customise the existing shell?
What is meant by $1 in shell script?
How to get the first line from a file using just the terminal?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
write a shell script to find the largest number from 3 given numbers.
Explain about stdin, stdout and stderr?
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
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.?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.