Search Results

Search: Posts Made By: pmcg
11,677
Posted By pmcg
I think that /bin would need to be in your PATH...
I think that /bin would need to be in your PATH for the whereis to find it. If you add /bin to your PATH->

export PATH=$PATH:/bin:

and try your whereis again, maybe it will be found.
6,561
Posted By pmcg
I think a simple rm */t* should do it...
I think a simple

rm */t*

should do it too. That way only files in the first level of directories will be deleted from.
4,572
Posted By pmcg
Installing GTK to develop Perl GUI's
Hi!

What do I need to do to install GTK so I can use Perl GUI's in UNIX? I want to install it in my account. I am not a sys admin or anything.

Thanks in advance,
P.
21,715
Posted By pmcg
Passing arguments to an alias
I want to have an alias for the command

fold -78 filename | lp

How do I set my alias so that the argument passed is filename ??

alias lp='fold -78 | lp'

then

lp filename

wont work...
7,924
Posted By pmcg
Thanks alot! fold -78 filename | lp ...
Thanks alot!

fold -78 filename | lp

works pefectly
7,924
Posted By pmcg
Sorry, I'll try to explain more. If you...
Sorry, I'll try to explain more.

If you have a file like this
if ($current_state eq "new_file")
{
@array=split(/ /,$line);
$filename=@array[2];
...
7,924
Posted By pmcg
Printing from unix with lp
Hey,

When printing from UNIX all the dataafter the end of the page is not printed!!

How can I use lp so that instead of just printing to the end of the page, it stops at the end of the page and...
Showing results 1 to 7 of 7

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