Search Results

Search: Posts Made By: arghya_owen
12,588
Posted By arghya_owen
Can we increment or decrement a date value?
export a=`date`
a=`expr $a + 1`

Is it possible?
if not how can i increment or decrement a date variable?
104,131
Posted By arghya_owen
How can i cut first line of a file
i want to cut first line of a file and use it.It should remove that line from file content.Plz help me
3,650
Posted By arghya_owen
there are function called decimal_round_up ,floor...
there are function called decimal_round_up ,floor & ceil....what are these?
3,650
Posted By arghya_owen
what is function of floor & ceil function...can...
what is function of floor & ceil function...can anybody explain with example-----
3,650
Posted By arghya_owen
decimal_round_up function
what is function of decimal_round_up function...can anybody explain with example-----
6,205
Posted By arghya_owen
thanks a lot...we can do using it with find &...
thanks a lot...we can do using it with find & atime command also
6,205
Posted By arghya_owen
thanks a lot...we can do it with find & atime...
thanks a lot...we can do it with find & atime command also
6,205
Posted By arghya_owen
should i write---- ls -lu <script_name> or ls...
should i write----
ls -lu <script_name> or ls -l -u <script_name>

plz suggest---
6,205
Posted By arghya_owen
time of execution of script
i want to test whether a script has been executed in last 15 days or not....please help how can i do this...is there any copmmand there to know timings of last execution of any script
5,553
Posted By arghya_owen
from grep -n 'summery' a.log and grep -n...
from grep -n 'summery' a.log
and
grep -n 'finished' a.log----we can get 2 line numbers.now how can i print lines between two line numbers.
5,553
Posted By arghya_owen
grep and fetching lines after grep
suppose i have a file structure(serial file)--
----------
----------
---------
summery
--------
------
--------
finished
-----
-------
i want to fetch lines from summery to finished
i can...
1,309
Posted By arghya_owen
calling a script
There is run script a.ksh.after firing it prompt returns but in the background it runs for 10 minute.i want to fire a mail_generate.ksh script to send a mail after execution of run script.both the...
1,689
Posted By arghya_owen
string checking
lets think str is a variable...how can i check it is pure alphabetic or not
for numeric checking i have used echo $str|grep -v [[:alpha:]]
but the command echo $str|grep -v [[:num:]] is not working
2,072
Posted By arghya_owen
u can do it by two ways... 1)u can echo the...
u can do it by two ways...

1)u can echo the value in the child script and catch it from calling script
eg.export temp=testing.ksh
2)another way is u can write in a temp file in chile script and...
10,686
Posted By arghya_owen
i cant get u....lets think str is a...
i cant get u....lets think str is a variable...how can i check it is pure numeric or not
10,686
Posted By arghya_owen
string checking
please help me providing the code of checking a string pure numeric or not and pure alphanumeric or not
4
1,774
Posted By arghya_owen
easier one---------------- run example: ...
easier one----------------

run example:

# cat aaa
01473341234,
01473312121,
13131231233,
31233444555,

# sed '$,$s/,/ /' aaa
01473341234,
01473312121,
13131231233,
31233444555...
4
1,774
Posted By arghya_owen
Urgent
i have a serious simple problem.please help me out of the situation.
i hav a file which contains----

01473341234,
01473312121,
13131231233,
31233444555,
------------------------
data like...
2,303
Posted By arghya_owen
plzzzzzzzzz help.....
plzzzzzzzzz help.....
2,303
Posted By arghya_owen
output console problem
kill -s KILL 0
-----------------------
-----------------------
i have used this command in a script...it is showing "killed" in output console.
i don't want that.plz help what to do.i have tried...
2,506
Posted By arghya_owen
i want automated script
echo "Enter your choice :\c"
read num
case $num in .
1)"${TEST_HOME}"/ctrl_extract.ksh 1 ;;
2)"${TEST_HOME}"/ctrl_extract.ksh 2 ;;3)"${TEST_HOME}"/ctrl_extract.ksh 3 ;;...
3,260
Posted By arghya_owen
alphabetical check
echo $TEMP|grep "[A-Z][a-z]"

I want to check TEMP is alphabetic or not in both the cases.but in above script i am getting 1($?) if TEMP is in pure lower case or pure upper case.i want to get 0($?)...
2,131
Posted By arghya_owen
string operation
i am new user of unix.i have a question.My script is-

export STR_ALFA=`head -2 "${FILE_PATH}"|tail -1|cut -d"," -f1`
"${TEST_HOME}"/function/chk_alfa.ksh STR_ALFA

now i want to check STR_ALFA:...
2,561
Posted By arghya_owen
string operation
i am new user of unix.i have a question.My script is-

export STR_ALFA=`head -2 "${FILE_PATH}"|tail -1|cut -d"," -f1`
"${TEST_HOME}"/function/chk_alfa.ksh STR_ALFA

now i want to check STR_ALFA:...
2,195
Posted By arghya_owen
tell me how to exit from parent-child...
tell me how to exit from parent-child relationship from child script
Showing results 1 to 25 of 31

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