-
Shell Scripting question
nishanth.sed1h2,10{H;g}$q1,9dNDinput_fileaabbccddeeffgghhiijjkkllmmscriptsed -f nishanth.sed input_file
-
-
Possible reason is max array element size is 4095 which is exceeded in my case. Now my question, is there any settings in shell which i can use to increase the max array element size.
Guys please post ur suggestions.
Thanks!
Sharif.S
">Folks,I have peculiar kind of error. my script goes likecat inputfile> while read paramdoArray[$i]=$param y=`expr $y + 1`doneWhen i run script passing very large input file. script abends in the middle of execution saying "ksh: script out of range"Possible reason is max array element size is 4095 which is exceeded in my case. Now my question, is there any settings in shell which i can use to increase the max array element size.Guys please post ur suggestions.Thanks!Sharif.S
-
-
-
-
-
Write a shell script that accept 7 numbers in loop
write a shell script that accept 7 numbers in loop,then make a sum of this numbers. then count the numbers that are greater than 250 ?
-
-
Syntax for mailx command
Hello,I am trying to write a unix shell script program to send mail to cc and to list.I am using the '-c' option for mailx unix command,but am getting an error illegal -c option. Could any one please guide me to use the mailx command in unix shell scripting to send the mail to the Cc and To list along with the attachment ?Thanks in advanceAppreciate the response
-
Script to run every 10 mins once.
In bash scripting, write a script for the following requirements.
Script in the name of script1.sh. Run this script in every 5 minutes. Before executing second time verify first time executed command status whether it was executed success or not. -
-
-
-
UNIX Security Mechanisms
What are the different security mechanisms available in UNIX?
-
Shell Script to track File Changes
Write a shell script to save the output of 'ls -ltr' every five minutes and after every hour it should print which all files are changed/modified/created.
-
UID and GID
What does UID and GID signify?
-
Read JAR files
How to read the contents of fie inside jar without extracting in shell script?
-
Search Data DD/MM/YYYY HH:MM:SS
Search "DD/MM/YYYY HH:MM:SS" in a file & this format needs to provide input value while executing & remove all the content whatever is before the input value in a file
Eg : #myscript.sh 31/10/2015 10:15:22 -
Shell Scripting Interview Questions
Ans