Search Results

Search: Posts Made By: bigben1220
Forum: Programming 05-24-2010
7,665
Posted By pseudocoder
New, rarity, collector's value :confused:
New, rarity, collector's value :confused:
Forum: AIX 05-24-2010
6,057
Posted By pseudocoder
;)
;)
7,559
Posted By pseudocoder
Assuming your script works fine and you simply...
Assuming your script works fine and you simply want to append it's output to a file, try
./yourscript >> logfile.txt
or
./yourscript > logfile.txt
to create a fresh file respectively overwrite...
6,087
Posted By radoulov
Check my comments: #!/usr/bin/perl ...
Check my comments:

#!/usr/bin/perl

#use strict;
#use warnings;

my $mess = 'messages';
my $mess1 = 'messages.1';
my $mess2 = 'messages.2';
my $mess3 = 'messages.3';
my $mess4 =...
Showing results 1 to 4 of 4

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