Search Results

Search: Posts Made By: budz26
1,459
Posted By budz26
Great, many thanks RudiC! :) ---------- Post...
Great, many thanks RudiC! :)

---------- Post updated at 12:38 AM ---------- Previous update was at 12:34 AM ----------

It works, thanks R. Singh!
1,459
Posted By budz26
Join multiple lines from text file
Hi Guys,

Could you please advise how to join multiple details lines into single row, with HEADER 1 as the record separator and comma(,) as the field separator.

Input:
HEADER 1, HEADER 2,...
Forum: What is on Your Mind? 12-16-2014
2,664
Posted By budz26
Thank you and Congrats Corona!.. :)
Thank you and Congrats Corona!.. :)
8,677
Posted By budz26
I'm using AIX and /bin/sh shell. uname -a:...
I'm using AIX and /bin/sh shell.

uname -a: AIX strebla26 1 6 00CB6E4D4C00
oslevel: 6.1.0.0
8,677
Posted By budz26
Seems AIX is not that strict. I just recreate the...
Seems AIX is not that strict. I just recreate the scenario and the actual script is used for deleting old files and need to justify why script still works even though VAR is unassigned.(but sometimes...
8,677
Posted By budz26
Variable in IF condition
In AIX, why is it variable VAR becomes true in the condition despite VAR was unassigned and not equal to 1?
In Linux, it was traced as an error as VAR is not declared as variable and expecting an...
2,494
Posted By budz26
Is there a way to call this from the command...
Is there a way to call this from the command line?

On AIX, it was executed as:
sort -A a.txt

Need to run this on Linux. Pls. help
2,494
Posted By budz26
sort help
I would like to ask for the equivalent option in Linux of this AIX command: sort -A

I tried "man sort" from AIX and it gives me:

-A Sorts on a byte-by-byte basis using ASCII collation...
1,514
Posted By budz26
Thanks Corona688, it works! ^^
Thanks Corona688, it works! ^^
1,514
Posted By budz26
Delete space
How to delete leading space of column 3?

DEC 30 start test
JAN 20 this is a test
APR 10 hello test


Must have:

DEC 30 start test
JAN ...
1,143
Posted By budz26
awk help
I have a file which contains:

DEV1/TEST/ xyz.dat " hello"
DEV1/TEST/ ya1.dat echo "test 1"
DEV2/TEST/ b2a.dat echo "hello2"


and I...
981
Posted By budz26
thanks all for your quick response! :) Got...
thanks all for your quick response! :)

Got the expected results, thanks tukuyomi! :b:
981
Posted By budz26
awk help
Hello,

I have a file called a.txt and this contains:
./dir1/prog1/sample1.txt:3:aa cpy
./folder2/file1/sample2.txt:3:cpy bbI want to generate below output: (tab delimited)
DIR FILE LINE VALUE...
5,970
Posted By budz26
ls ??[l-n]?
ls ??[l-n]?
5,970
Posted By budz26
$ ls *r or $ ls -l *r
$ ls *r
or
$ ls -l *r
6,878
Posted By budz26
any alternative to banner command (a shell/perl...
any alternative to banner command (a shell/perl script where we can set a fontsize ?). TIA
6,878
Posted By budz26
Pls. advise, fontsize does not changed. $ uname...
Pls. advise, fontsize does not changed.
$ uname
Linux

I tried...
$ banner -w20 "Hello"
6,878
Posted By budz26
fontsize does not changed when i tried to...
fontsize does not changed when i tried to execute:
banner -w 20 'hello'

pls. advise, if there's a possible way to reduce the font.
6,878
Posted By budz26
Need help with banner.
is there a way to reduce the size of the banner?

banner -w ?

TIA
8,769
Posted By budz26
Need to find recursively all shell script in the /xyz directory
Pls. advise how to find or used grep recursively all shell script files.

Some files doesnt have a .sh or .ksh extension name.
find / -name "*" |xargs grep bin |grep sh

??

TIA
966
Posted By budz26
Perl expression help...
Pls. advise what is the meaning of below expression...

if ($filename =~ /x([a-zA-Z0-9_\.]+), [0-9]+ bytes/)



--with the 1st enclosed parenthesis...
/x([a-zA-Z0-9_\.]+)

this will...
6,469
Posted By budz26
fuser on aix vs. linux
Pls. advise why on AIX the exit status is always '0' and on Linux it is always '1' even if the I just created a new file.
I'm thinking if there is a background process monitoring the created...
Showing results 1 to 22 of 22

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