Search Results

Search: Posts Made By: Fatbob
10,291
Posted By Fatbob
Thanks for all the help everyone! :b:
Thanks for all the help everyone! :b:
10,291
Posted By Fatbob
No I meant more like if I have a string like...
No I meant more like if I have a string like fat#bob

I get...

Using one AWK script would return the last name, in this case fat.

Another AWK script would return the first name, in this case...
10,291
Posted By Fatbob
Using AWK to parse a delimited field
Hi everyone!

How can I parse a delimited field using AWK?

For example, if I have lastName#firstName or lastName*firstName. I'd like an AWK script that would return lastName and then another...
1,355
Posted By Fatbob
That seems to work. Don't know why I didn't try...
That seems to work. Don't know why I didn't try that. :o

Thanks! :b:
1,355
Posted By Fatbob
Need help with grep
Hi everyone,

How can I search for the following...

resource = 'literal'

when I try doing...

grep -l 'resource = 'literal'' *

it returns nothing, but I know that there are files that...
Forum: Solaris 07-21-2009
2,277
Posted By Fatbob
Thanks for the find suggest. I'll try it out.
Thanks for the find suggest. I'll try it out.
Forum: Solaris 07-21-2009
2,277
Posted By Fatbob
Question about copying files in Solaris
Hi everyone,

What is the Solaris equivalent of cp -u? I'm copying files from one directory to another, and I'd like to only copy files which are newer.

Thanks!
5,222
Posted By Fatbob
How to synchronize using FTP
Hi everyone!

I need to write a script that will synchronize two servers using FTP. So basically the script will get only the files that exist on the remote server that do not exist on the local...
13,388
Posted By Fatbob
Just in case this might help someone else...
Just in case this might help someone else searching this forum one day, here is a good solution someone over at the dbforums (http://www.dbforums.com/) provided me.


isql -S$DB_SERVER -U$DB_USR...
13,388
Posted By Fatbob
How to check if database exists?
Hi folks!

First off I'm working with a Sybase DB.

I'm using you're basic ISQL command to connect to my Sybase DB...

isql -S$DB_SERVER -D$DB_NAME -U$DB_USR -P$DB_PWD <<!EOF > $log_file

My...
3,475
Posted By Fatbob
Thanks for the help everyone. It's working...
Thanks for the help everyone. It's working beautifully now. :b:
3,475
Posted By Fatbob
Thanks for your help shamrock. Your script worked...
Thanks for your help shamrock. Your script worked fine.

However my file has changed to the following...

0=Administrator
5000001=user1
5000002=user2
5000003=user3
5000006=user4...
3,475
Posted By Fatbob
Question about formatting output using AWK
Hi everyone.

I've got this fille...

0
5000001
5000002
5000003
5000006
5000007
5000219
11000156
11003130
11003132and this script...

#!/bin/ksh

FILE_ALERT_CONTACT_LIST=users.txt
...
Showing results 1 to 13 of 13

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