Search Results

Search: Posts Made By: HowardIsHigh
3,176
Posted By HowardIsHigh
I guess it' my (bad?) style.... I try to do...
I guess it' my (bad?) style....

I try to do my best using the few unix commands i know.

:D

And i have to admit that when i write something that works, i don't make the efforts to optimize...
3,176
Posted By HowardIsHigh
Yeaaaaaah, your answer was nearly the...
Yeaaaaaah,

your answer was nearly the perfect solution. I rearranged it to obtain the following command line :

$ cat toto.txt | awk -F ";" '{printf "%20s %20s %20s\n", $1,$2,$3}'



ANd it...
3,176
Posted By HowardIsHigh
How to format a txt file using typeset?
Hi all,

i have a file toto.txt :


blabla;toumtoudoum;blablabla
toumtoudoumtoudoum;blabla;popopopo
blablabla;etcetcetc;blabla

etc....



As you can see, it is a simple file...
1,551
Posted By HowardIsHigh
Need help for a simple script (i guess so...)
Hi all!

here is a sample of the file i am working on :


$ cat toto.txt
$20030613150250:Flux:ASS_IARD
20030613150250:Nombre d enregistrements Ecrits :27
20030613150250:Flux:ASS_TIER...
3,732
Posted By HowardIsHigh
:) That is exactly what i was looking for! ...
:) That is exactly what i was looking for!

Thank you very much to you!

Regards

Howard;)
3,732
Posted By HowardIsHigh
Oups sorry about that...i though this post hadnt...
Oups sorry about that...i though this post hadnt any link with the other one....

Anyway, i dont think i had been very clear on my problem....i want to obtain the following result :
...
3,732
Posted By HowardIsHigh
Gathering info on one line
Hi all again,

here is the file i am working on :

GREIMBAJ00;BAN_CAV;Loader.sh;2003/06/13;17:04:04
GREIMBAJ00;BAN_CAV;Loader.sh;2003/06/13;17:04:06...
2,158
Posted By HowardIsHigh
Its working! Its Working !! Thank you very...
Its working! Its Working !!

Thank you very much !

:) :D :p
2,158
Posted By HowardIsHigh
Yeah true, sorry about that....i sorted it...
Yeah true,

sorry about that....i sorted it roughly...

here is what i wish to obtain :

GREIMBAJ00;BAN_CAV;Loader.sh;2003/06/13;17:04:04
GREIMBAJ00;BAN_CAV;Loader.sh;2003/06/13;17:04:06...
2,158
Posted By HowardIsHigh
How to sort multiples columns of a file?
Hi all!

here is the file i am trying to sort :

GREIMBAJ00;BAN_CAV;Loader.sh;2003/06/13;17:04:04
GREIMBAJ00;PER_COT;Loader.sh;2003/06/13;17:04:16...
14,752
Posted By HowardIsHigh
Using sed to delete a string?
Hi all!

Here is my problem : I have a string like the following :

20030613170404;BAN_CAV ; starting script Loader.sh on ; 13/06/2003 at ; 17;04;03

I want to eraze all characters located...
Showing results 1 to 11 of 11

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