Search Results

Search: Posts Made By: rexf
8,458
Posted By rexf
ABSG
The bash man page is awesome, but the single best reference except that would be: Advanced Bash-Scripting Guide (http://tldp.org/LDP/abs/html/)

Good luck!
1,768
Posted By rexf
test -n
test -n
4,540
Posted By rexf
tree
Tree Homepage (http://mama.indstate.edu/users/ice/tree/)
4,828
Posted By rexf
Doesn't look good
We had the exact same problem with tar where I worked before.
It showed that the tar binary that we were using had an known bug
that we didn't know about. I'm very keen to know how this thread will...
2,524
Posted By rexf
This may help if you have access to perl: Perl...
This may help if you have access to perl:
Perl 5.8 Documentation - File::Find - Traverse a directory tree (http://perl.active-venture.com/lib/File/Find.html)
16,975
Posted By rexf
I like this version
ls -pm|grep / :cool:
Forum: Solaris 08-23-2007
2,193
Posted By rexf
http://www.sun.com
The software company is always a good start :-)
Forum: Solaris 08-22-2007
3,764
Posted By rexf
rtm
man sshd_config
5,993
Posted By rexf
Note: "x1,2" is one field.
Thus your solution is incorrect.
95,968
Posted By rexf
Tmtowtdi
Just loop through the filehandles you want to print to.

$file='/tmp/logfile';
open LOGFILE ,">>$file" or die "can't open $file: $!";
@t=qw/STDOUT LOGFILE/;
for (@t){
print $_ `echo $$`;
}
...
6,819
Posted By rexf
cheers
I'm glad that you've solved the problem :b:
For the sake of a usable forum, please do type in your solution
in order to help other users with similar problems in the future.
I'll be happy to help...
6,819
Posted By rexf
Columns?
You have to clarify which columns you want to compare with what?
If we examine the first line;

insert into Ticket (TicketID,TicketStripID,TicketData,SequenceNo) values...
Forum: Open Source 08-10-2007
194,486
Posted By rexf
Slackware
Because it's the most UNIX-like Linux distribution.
No dependency handling by pkgtool, which is wonderful.
Compiling all third-party software is a great way
to optimize the functionality of the...
6,819
Posted By rexf
Camel for the job
Hello namishtiwari,
I suggest you take a look at Perl if you have it on your system.
It's very powerful for parsing lots of data like this.
Can you please paste a couple of lines from the source...
Showing results 1 to 14 of 14

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