Search Results

Search: Posts Made By: mani_um
Forum: AIX 09-05-2007
13,964
Posted By mani_um
command not found for expect,i think my AIX 5.3...
command not found for expect,i think my AIX 5.3 is not installed with expect,so any other suggestion without install it
Forum: AIX 09-04-2007
13,964
Posted By mani_um
same client
same client
Forum: AIX 09-04-2007
13,964
Posted By mani_um
changing unix user password using script
Hi sir,
i need help in scripting..
i have 30 users like below

eda01
eda02
eda03
eda04
.....
......
eda30


I want to reset all users password start with eda01 until eda30 to default...
14,248
Posted By mani_um
Of coz we knew that...
Of coz we knew that...
4,409
Posted By mani_um
Thanks man i will trying it out it should...
Thanks man
i will trying it out
it should work
thanks again
4,409
Posted By mani_um
How can i replace certain columns in the file
Can i use sed command to replace certain column in the file

let say i hav

D1254215221542 MANA3DS2OOR454
C1254815221121 MDGA4GH4OOR454
A1254215221522 AFFA4DF4OODS54
S3454815221121...
Forum: Filesystems, Disks and Memory 05-29-2007
3,002
Posted By mani_um
How To Create Partition In Fc5
Hi sir,
I want ask you something,
i have Fedora Core 5 installed and i wanted to install windows NT at same machine (laptop),
currently i have only this partition

[mani@C03KLJ76 ~]$ df -k...
50,167
Posted By mani_um
Thanks alot bro
Thanks alot bro
50,167
Posted By mani_um
How to remove last line of the file
hi sir,
i need help..how to remove last line of the each file

for example i have files a.txt ,b.txt and so on..i wanted to delete last list of each file..the patten not same for each file..any...
5,528
Posted By mani_um
[af]: /nf01 => echo $SHELL /usr/bin/ksh ...
[af]: /nf01
=> echo $SHELL
/usr/bin/ksh
[af]: /nf01
=> echo '\\\'
\\
[af]: /nf01
=> echo "\\\\\\"
\\
[af]: /nf01
=> echo '\\\\\\'
\\\
5,528
Posted By mani_um
ok thanks i get it now.. in unix its like this ...
ok thanks i get it now..
in unix its like this

echo '\\\\'
output
\\
echo "\\\\"
output
\

thanks
i get it from man echo
5,528
Posted By mani_um
how to print backslah using echo
how to print 3 backslah using Unix AIX,
i have try in my fedora and AIX,both give dirrent output for same echo statment
test.sh

sed -e 's/\(["`]\)/\\\1/g' -e 's/\$?/\\$?/g' -e 's/\$#/\\$#/g' -e...
1,740
Posted By mani_um
thanks man...you guide me alot till now i can...
thanks man...you guide me alot till now i can build my own sed command thanks :P
1,740
Posted By mani_um
sed command
hi sir,
can anyone guide me sed command
let say i have sample like this

ADF=SSF
CCF=ADFG
if [ $ADF == "ASF" ]
then
ADF=LLF
fi
CCD=$ADF


that is a sample of script
i need to do sed...
14,248
Posted By mani_um
is there any other way like tht day you teach me...
is there any other way like tht day you teach me using eval
because if some other user edit the template files there, i need they only put variable and not the command line
maybe they add...
14,248
Posted By mani_um
DB=abcserv DB_USERID=ad DB_PASSWORD=devfl ...
DB=abcserv
DB_USERID=ad
DB_PASSWORD=devfl
SYSAPPLID=NTEL
DP_FILE_SYS_ID=Cas
BILLDATEF1=010107
BILLDATEF2=01/01/07
OUTPUTFILENAME=/rnmucdr/ednms05/withold_accts/config/FNBDPCF2_${SYSAPPLID}...
1,967
Posted By mani_um
This is not supported in my system
This is not supported in my system
1,967
Posted By mani_um
Date Format
Hi sir,
just wanna ask how to convert date from 23-Feb-2007 to 23022007 and 23/02/2007

for example

BILL_DATE=23-FEB-2007
BILL_DATE1=need to change format here (expected output 23022007)...
14,248
Posted By mani_um
thanks man it works,i am so dump...
thanks man it works,i am so dump...
14,248
Posted By mani_um
hi bro need your help again, this path...
hi bro need your help again,
this path /rnmucdr/ednms05/ken/template/xMNBDF070_Script.sql

set echo off;
set head off;
set feedback off;
set pagesize 0;
spool $OUTPUTFILENAME;
select...
14,248
Posted By mani_um
bro thanks bro, its works find, acuatly i put...
bro thanks bro,
its works find,
acuatly i put the /g same line after i put in new line it works
thanks man
but i not much understand the sed commands,i new in it
will learn soon with your help...
14,248
Posted By mani_um
still it doesnt work create table...
still it doesnt work


create table acct_to_print_bak as select BILL_DATE,ACCT_NO,STATUS_CODE,floor((ROWNUM-1)/N)+101 BP_PARTN_NUM,SYS_APPL_ID FROM ( select...
14,248
Posted By mani_um
Hi sir,i think the problem will solve if the...
Hi sir,i think the problem will solve if the variable keeps with new line,now it displays as one sentence for this

SCRIPT=$( eval echo $(cat $SCRIPTFILE))

and output
all in one sentences
...
14,248
Posted By mani_um
It says invalid semicolon i need somecommand to...
It says invalid semicolon
i need somecommand to enter after each line
if i type in straight it works but now it reads at one line
Here is the error

create table acct_to_print_bak as select...
14,248
Posted By mani_um
Please Help Me sir with above problem thanks in...
Please Help Me sir with above problem
thanks in advance
Showing results 1 to 25 of 30

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