What is basename in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
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
How do I run a powershell script?
Write a script to print the first 10 elements of fibonacci series.
Is shell scripting useful?
What are the four fundamental components of every file system on linux?
How to check if a directory exists?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
What's the difference between scripting and coding?
Why we are writting shell scripts? Plz if possible explain it briefly.
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
What is echo in shell?