-
-
-
Shell Scripting Commands
In shell scripting How to indentify that the previous command was run successfully?
-
-
How to find how many users have logged in and logged out in last five minutes using shell scripts?
How many users have logged in and logged out in last five or 10 minutes
-
-
-
Want to delete the record if I find a word (dd)in the fixed length(5-7).
Want to delete the record if I find a word (dd)in the length(5-7). Lets think that (5-7) length is FF2.
This is a fixed width file.
ex f1
ff1 ff2 ff3
sds dd fd
sd ss ew
dd dd se
o/p should be like
ff1 ff2 ff3
sd ss ew -
Shell Script to Add File Extension
Write a small shell script that adds an extension ".new" to all the files in a directory.
-
-
Print nth column of pattern
How to print nth column of a pattern/file without using awk,cut commands?
-
Shell script
You have current directory containing set of directories which contain files.One file can reside in many directories.Write script which returns number of unique file names inall the subdirectories of a current dir.
-
-
-
-
-
-
-
Shell Scripting Interview Questions
Ans