Search Results

Search: Posts Made By: IMTheNachoMan
3,146
Posted By IMTheNachoMan
ksh88 - curses
I was wondering if there is anyway to use the curses library with ksh88. I saw Shell Curses function library (http://www.ibm.com/developerworks/aix/library/au-shellcurses/) which says I can use...
5,751
Posted By IMTheNachoMan
ksh88 but i think i found a solution. working on...
ksh88 but i think i found a solution. working on it right now....
5,751
Posted By IMTheNachoMan
iterate over array
I can not for the life of me figure out how to iterate over this array

{
'name1' => {
'a' => [
'one',
'two',
].
'b' => [
'three',
'four',
]...
3,770
Posted By IMTheNachoMan
I know, but I was trying to override the accessor...
I know, but I was trying to override the accessor method.

Thanks
_Nacho
3,770
Posted By IMTheNachoMan
can't get perl Class::Struct to work
This is my code:

#!/usr/bin/perl -w

use strict;
use Class::Struct;

struct App =>
{
name => '$',
};

sub App::name
{
my $self = shift;
if( @_ )
{
...
1,759
Posted By IMTheNachoMan
keysh && softkeys
Before I ask my question I was wondering if this is the right place to ask. I need help with keysh and softkeys. Specifically, I am trying to create custom softkeys and having trouble and I can not...
Forum: HP-UX 04-27-2008
4,307
Posted By IMTheNachoMan
That last one you posted works, but its static....
That last one you posted works, but its static. The output of date never changes. Is there a way to make it dynamically call date every time it prints?

Thanks
Forum: HP-UX 04-27-2008
4,307
Posted By IMTheNachoMan
awk to output cmd result
I was wondering if it was possible to tell awk to print the output of a command in the print.

.... | awk '{print $0}'

I would like it to print the date right before $0, so something like (this...
4,636
Posted By IMTheNachoMan
ksh: cmd output to input of another script
I want to write a script in KSH that takes the output of one command and redisplays it. Something like:

while true
do
read inpt
date +"%I:%M:%S %p <-> $inpt"
done

and then some how get...
28,136
Posted By IMTheNachoMan
actually i was not looking to write a script. ...
actually i was not looking to write a script.

i wanted a simple way to do this via the command line. and my find was jut an example. i wanted something that would work for any script/command i am...
28,136
Posted By IMTheNachoMan
pipe output to script as command line argument
i want to redirect output of one command as the command line argument of another script

for example, say i would run this command:


find . -xdev -type f -size +4096 -exec ls -al {} \;

...
Showing results 1 to 11 of 11

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