Search Results

Search: Posts Made By: midhun_u
83,415
Posted By midhun_u
Problem with script: ksh not found
Hello Guys,

what is the significance of using #!/bin/sh at the start of shell script.

my default shell is ksh, when i run my script i have ksh: not found error
and when i use ./myscript it...
4,684
Posted By midhun_u
the worst thing is that i am not admin. if i want...
the worst thing is that i am not admin. if i want to do that i have to request the sys admin and its big process flow ( request on homologation + tests + manager approval + request for prod).

i...
4,684
Posted By midhun_u
No, iam leaving my session open. Infact i...
No, iam leaving my session open.

Infact i just wanted to check the resources at certain time during weekdays.
4,684
Posted By midhun_u
Run a job in background for infinte time
Hello All,

I would like to know if it is possible to launch a job in background for infinite time.

example:

myScript.ksh
while true
do
( echo "(`date`)";...
11,737
Posted By midhun_u
tnx a lot Jim, its working kool.. :)
tnx a lot Jim, its working kool.. :)
11,737
Posted By midhun_u
tnx Jim, I got one more question, is there...
tnx Jim,

I got one more question, is there anyway we could do a split a string.

my idea is to have string like

prevent string1,string2,string3

get these substrings and build the...
11,737
Posted By midhun_u
Help on grep -v
Hi all,

i would like to know if it is possible to pass many string arguments for grep -v.

For example from my logs i need to extract all the lines which r not having "string1" and "string2".
...
2,979
Posted By midhun_u
argument parsing...
Hi all,

Iam a beginer in shell scripting.

i need a script that can parse the arguments and store them in variables.

ex: ./myScript -v v1 -h v2 -c v3......

can someone suggest me...?
...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 08:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy