Search Results

Search: Posts Made By: mr_manny
2,097
Posted By mr_manny
> cat test.file | od -c | tail -2 0006600 7 ...
> cat test.file | od -c | tail -2
0006600 7 9 0 025 \n
0006605

> cat test.file | od -b | tail -2
0006600 067 071 060 025 012
0006605



looks like the following did the...
2,097
Posted By mr_manny
Need help converting ctlU (^U) to a \12...
I have a file that ends with a ctlU:

> cat -v test.file
blah,blah,blah,GEAEA*1*xx0000111xxx^UIEA*xxx0^U


would like to replace the ctlU (^U) with a "\12"...due to printers or something.
...
3,516
Posted By mr_manny
that was easier then I thought :P thanks
that was easier then I thought :P

thanks
3,516
Posted By mr_manny
recently introduced to the newer option for find...does an older option exist?
To find all the files in your home directory that have been edited in some way since the last tar file, use this command:
find . -newer backup.tar.gz
Is anyone familiar with an older solution?
...
4,541
Posted By mr_manny
ooops, sorry. another variation: $...
ooops, sorry.

another variation:


$ vgdisplay -v /dev/vgeva05 | awk 'END {print line} /dsk/ { line = line " " $3 }'
/dev/dsk/c6t0d5 /dev/dsk/c11t0d5 /dev/dsk/c15t0d5 /dev/dsk/c18t0d5...
4,541
Posted By mr_manny
also found another option w/out the trailing...
also found another option w/out the trailing space:


$ vgdisplay -v /dev/vgeva05 | awk '{print $3}' | awk 'END {print line} /dsk/ { line = line " " $0 }'
/dev/dsk/c6t0d5 /dev/dsk/c11t0d5...
4,541
Posted By mr_manny
convert a column to row output?
Getting tired of cut-and-paste...so I thought I would post a question.

how do I change this column output to a single row?

from this:

# vgdisplay -v /dev/vgeva05 | grep dsk | awk '{print...
2,480
Posted By mr_manny
Anyone else use Cygwin?
I started to gather some stats from our windows servers through the use of cygwin and sshd :)

is anyone else doing this sort of thing?

interested in some other indicators I should be checking...
Forum: HP-UX 02-04-2010
7,728
Posted By mr_manny
users continue to be pleased w/script :) ...
users continue to be pleased w/script :)

TonyFullerMalv,
thanks for the links, Rosetta is a new one for me...

DukeNuke2,
sorry for the code tags....or lack of.
Forum: HP-UX 12-22-2009
7,728
Posted By mr_manny
looking for a unix command for hpux - watch
watch is a common linux command that executes a program periodically, showing output fullscreen.

I couldn't find anything for hpux, so I created the following shell which the user is testing:
...
1,622
Posted By mr_manny
wget assistance to manage parent directories...
looking for a wget option that does not retrieve entire path from source box...


currently working with the following syntax:
wget --no-verbose --mirror --no-parent --no-host-directories...
Forum: HP-UX 07-14-2009
2,239
Posted By mr_manny
begining to feel like a beta tester for emc :(
recently migrated from 5.2 to 6.1 EMC control center.

proceeded to upgrade the master/host agents in our hp server env....when I encountered the following issues:

# ipcs -mop
IPC status from...
Forum: AIX 07-01-2009
5,378
Posted By mr_manny
It isn't a VM env....but I would recommend...
It isn't a VM env....but I would recommend joining an aix user group near you.

great resource for new/old SAs.
Forum: HP-UX 05-08-2009
22,148
Posted By mr_manny
don't forget kmeminfo, available from HP :D ...
don't forget kmeminfo, available from HP :D


# ./kmeminfo -user | more
tool: kmeminfo 9.04 - libp4 9.344 - libhpux 1.236 - HP CONFIDENTIAL
unix: /stand/current/vmunix 11.31 64bit IA64 on host...
2,469
Posted By mr_manny
installed pdftops, and got the output file to 1/2...
installed pdftops, and got the output file to 1/2 the size as new ghostscript output:
-rw-rw-rw- 1 me mygrp 890570 May 5 15:43 test.ps

generated w/following syntax:
me> pdftops...
2,469
Posted By mr_manny
not found on hpux 11.31, but you do bring up a...
not found on hpux 11.31, but you do bring up a good point.

nothing good to report, after spending sometime on syntax with new version of ghostscript.

wondering if another convert tool would be...
2,469
Posted By mr_manny
back in the good old 7.07 ghostscript days...
back in the good old 7.07 ghostscript days...

we had Great results converting pdf to ps output, from the following command:

cat $stuff | /usr/local/bin/gs -sDEVICE=ljet4 -q -dNOPAUSE -r200...
Forum: Linux 12-23-2008
9,685
Posted By mr_manny
reborg, don't have the previous ffmpeg commands...
reborg,
don't have the previous ffmpeg commands handy, but the input file properties are as follows:

$ file test.avi
test.avi: RIFF (little-endian) data, AVI, 632 x
258, 23.98 fps, video: DivX...
Forum: Linux 12-22-2008
9,685
Posted By mr_manny
convert avi to cellphone friendly 320x176 mp4 file...ffmpeg to the rescue :)
found a few ffmpeg posts and after a few unsuccessful attempts, I have found a solution :)

to encode an avi to to an nokia e71 recognized mp4 format:

ffmpeg -y -i inputFILE.avi -acodec aac -ab...
Forum: HP-UX 08-26-2008
4,516
Posted By mr_manny
add the following to the unixID's .profile ...
add the following to the unixID's .profile

if tty -s; then
DISPLAYHOST=$(who -muR | awk '{print $NF}')
DISPLAYHOST=${DISPLAYHOST%%:0.0}
DISPLAY=$DISPLAYHOST:0.0;...
1,594
Posted By mr_manny
sourcing env scripts and menu's is the...
sourcing env scripts and menu's is the solution...
thanks Franklin52 :D
1,594
Posted By mr_manny
looking for a simple way to organize envs on our unix box...
would like to standardize how we set envs on our unix box, so I thought a menu would be a great way to accomplish this.

The problem I'm experiencing, is the value is set...but ONLY during the time...
Forum: HP-UX 03-27-2008
11,346
Posted By mr_manny
could I ask why you would do this? Remote...
could I ask why you would do this?

Remote (associated print-server) or Network (direct IP) printers do not need to be added to your host file.

I believe in keeping host file clean and simple.
Forum: HP-UX 03-25-2008
2,626
Posted By mr_manny
can you say QUAD-CORE :D thanks for the...
can you say QUAD-CORE :D

thanks for the reply...
Forum: HP-UX 03-25-2008
2,626
Posted By mr_manny
is this an 11.31 feature? cpu sequence...
we got our first Itanium server, and was wondering if the cpu sequence listed below is normal?


rx8640, running 11.31


System: myBOX Tue Mar 25...
Showing results 1 to 25 of 153

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