Search Results

Search: Posts Made By: krai
934
Posted By krai
How to find and get data from line.?
i have data "23:2737757981:GatewayService-5-12-1.CWD2N.awn.com;1365594072;74383"
in my file

how to search "CWD2N" and get data output => "CWD2N.awn.com;1365594072;74383"
11,363
Posted By krai
Big thank Cero ... It work !! , Sysdate in Unix...
Big thank Cero ... It work !! , Sysdate in Unix not use Format Date then i use "trunc(sysdate)" ^_^

---------- Post updated at 11:56 AM ---------- Previous update was at 11:55 AM ----------

...
11,363
Posted By krai
How to use sql "sysdate" in unix?
I am use unix shell script to called an sql Script to query data in my shell program.
sqlplus -S /nolog @update.sql

but my script on function "sysdate" not work !!
Could you tel me,How can i...
3,074
Posted By krai
:)thank a lot durden_tyler...
:)thank a lot durden_tyler (https://www.unix.com/members/302060700.html) for script and knowledge:)
3,074
Posted By krai
am try to cut from your script but not work in...
am try to cut from your script but not work in my shell loop T_T

while read I
do
ACCT=`echo ${I} |awk -F'|' '{print $1}'`
GMF=`echo ${I} |awk -F'|' '{print $2}'`
...
3,074
Posted By krai
How to use parameter with perl function?
am a beginer of shell Unix, plesase tell me how to get parameter with $perl in loop
$ perl -lne '$/="DOCEND";print $_."DOCEND" if /$ACC/' file_input > output
i can't get parameter in loop with...
Showing results 1 to 6 of 6

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