Explain about non-login shell files?
No Answer is Posted For this Question
Be the First to Post Answer
When should shell programming/scripting not be used?
What is the purpose of scripting?
if i have 2 files file1 and file2.... file1 contains 2 columns like b a 11 aa 12 as 13 ad 15 ag 11 ar 13 ah 15 ak file2 contains b c 10 ds 11 at 15 gh 15 jk 13 iu 11 fg 13 yy can any 1 give me the program to display in this way? a b c aa 11 at ar 11 fg ad 13 iu ah 13 yy ag 15 gh ak 15 jk
What is the lifespan of a variable inside a shell script?
How do we delete all blank lines in a file?
Why are shell scripts used?
What is difference between bash and shell?
How will you print the login names of all users on a system?
Which is best institute for testing tool?
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.?
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.