Search Results

Search: Posts Made By: sweetblood
1,445
Posted By sweetblood
you can use the -i option to do inline...
you can use the -i option to do inline proccessing of the file(s). Also, if you add an ext to -i ie: -i.bak your ariginal file will be preserved with a .bak extension
4,293
Posted By sweetblood
make sure you set the mode to binary
make sure you set the mode to binary
4,235
Posted By sweetblood
try: printf %s, (split /\s/, $word)[0]
try:
printf %s, (split /\s/, $word)[0]
2,595
Posted By sweetblood
what have you done to accomplish your desire to...
what have you done to accomplish your desire to write a perl script for this? What problems are you having?
8,241
Posted By sweetblood
what have you tried and what problems have you...
what have you tried and what problems have you had? (Hint: grep won't split your files)
2,106
Posted By sweetblood
of course the pattern matches the OP's data. What...
of course the pattern matches the OP's data. What was not explained in the original post is that he wanted a pattern for awk which does not support (?:) otherwise the pattern you supplied is simply a...
2,106
Posted By sweetblood
^contact people:(?:[^\.]*?\.[^\.]*)+
^contact people:(?:[^\.]*?\.[^\.]*)+
1,726
Posted By sweetblood
what have you tried, and what problems are you...
what have you tried, and what problems are you running into?
10,678
Posted By sweetblood
/^cn=([^,]*?),/
/^cn=([^,]*?),/
19,321
Posted By sweetblood
For the most part linux commands have "man" pages...
For the most part linux commands have "man" pages that are accessible by typing "man commandname" sans the quotes. At your prompt type man nslookup and the system documentation will display. You...
19,321
Posted By sweetblood
As Jim said try nslookup
As Jim said try nslookup
17,526
Posted By sweetblood
Are you joking? This is NOT a free script...
Are you joking? This is NOT a free script service. If you need assistance with something you are working on show what you have done, indicate the problem (errors) you are having. Someone may at that...
2,762
Posted By sweetblood
check out 'man head' and 'man wc'
check out 'man head' and 'man wc'
2,762
Posted By sweetblood
no this is not a free script writing service. If...
no this is not a free script writing service. If you like help in learning how to write your own, that would be appropriate.
1,342
Posted By sweetblood
check out "expect"
check out "expect"
Forum: Solaris 07-01-2009
5,953
Posted By sweetblood
Changing a devices MAC address is generally a...
Changing a devices MAC address is generally a very bad idea. Only very experienced network engineers should consider it and only in very specific cases. A good rule of thumb is 'if you don't know how...
5,759
Posted By sweetblood
geewiz ~~ I would like a pony This is not a...
geewiz ~~ I would like a pony

This is not a free script writing site "come and get you dreams filled." What have you done to make this script happen?
2,992
Posted By sweetblood
A rather trivial task, what have you tried? Is...
A rather trivial task, what have you tried? Is this homework?
6,688
Posted By sweetblood
What does your script look like?
What does your script look like?
3,551
Posted By sweetblood
what have you tried?
what have you tried?
4,985
Posted By sweetblood
check out Convert::IBM390 at cpan
check out Convert::IBM390 at cpan
36,750
Posted By sweetblood
You can't use a hash slice in a push
First off you don't have $hello set to anything, you have $value = "hello" -- not the same.

You should:

use strict;
use warnings;

and all would be reveled.

try:


use strict;
use...
Showing results 1 to 22 of 22

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