Search Results

Search: Posts Made By: bzk
2,291
Posted By bzk
Thanks jim mcnamara...
Thanks jim mcnamara (https://www.unix.com/members/32659.html).

--forest gives me all data I need, but also much more than I expected. So I would have to create some smart "grep" logic to drop all...
2,291
Posted By bzk
list of all predecessors and successors for given PID
Dear experts,
I'm moving from SunOS to Linux.
Linux has no ptree, but it has pstree. Anyway, pstree doesn't show what ptree used to print with output nice to grep. My Linux distribution doesn't...
7,854
Posted By bzk
Chubler_XL, thanks, return works well but this is...
Chubler_XL, thanks, return works well but this is not desired action for my case.

Corona688, ygemici - thank you for explanation, now I know why.
I tried to use this knowledge and modify my...
7,854
Posted By bzk
I took a look at ksh93 defect pointed by you......
I took a look at ksh93 defect pointed by you... it might be this same, but I'm not sure - I think some research in source of ksh93 would be needed.

Let me paste the script again, now a bit...
7,854
Posted By bzk
@dude2coo, thanks for the quick response. ...
@dude2coo, thanks for the quick response.

After adding "0", nothing changed. Script still waits for user input after receiving USR1.
Thanks
7,854
Posted By bzk
ksh interrupt read instruction with signal
Dear shell experts,

I spent last few days porting ksh script from ksh88/SunOS to ksh93/Linux.
Basically, things are going well and I do not have too much troubles porting ks88 script to...
5,015
Posted By bzk
sort -u <file_name>
sort -u <file_name>
27,466
Posted By bzk
Did you try to use diff command? Before 'diff'...
Did you try to use diff command?
Before 'diff' you may try to sort it first by 3rd word in the file.
--j
4,016
Posted By bzk
you may also try this: [ works for ksh93 ] ...
you may also try this:
[ works for ksh93 ]
typeset -l a
typeset -l b
read a
cat a.dat | while read first sec junk
do
b=${sec}
[[ ${a} == ${b} ]] && echo "Got ya: $sec, $first"
done

...
1,539
Posted By bzk
If ls -latr won't satisfy you, you may try to...
If ls -latr won't satisfy you, you may try to pipe output from find, "cut" the word between "_" and ".", and then just "sort" it.

--j
Showing results 1 to 10 of 10

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