Search Results

Search: Posts Made By: Peejay
8,449
Posted By Peejay
You're right, sorry about that. Could a mod move...
You're right, sorry about that. Could a mod move the thread to the correct forum for me and rename it to "Awk limitations - 399 byte limit" so as to avoid cross posting please.
8,449
Posted By Peejay
The string is built up by grabbing a list of...
The string is built up by grabbing a list of search values from config files, that's certainly not hardcoded, I'd need to be shot if it was :D

FILEs="`get_configs | grep -v "^#" | grep...
8,449
Posted By Peejay
Awk limitations in AIX 5.2 - 399 byte limit!
AIX version 5.2 has an arbitrary limit of 399 on the length of regular expressions and literal strings in an Awk program.

Apart from splitting down the string into multiple strings is there any...
2,264
Posted By Peejay
Never mind, I think I've found a very simple...
Never mind, I think I've found a very simple solution.
2,264
Posted By Peejay
Problems with syntax in a loop (AWK)
Hi guys,

I'm trying to loop through a number of files that is set by whatever is in a field.

eg.



The idea is to split FILELIST down into fields, it could contain 1 - 999 fields and...
2,134
Posted By Peejay
Excellent :D Now the issue that I have is...
Excellent :D

Now the issue that I have is what permissions to set on the 'delete' script that will allow the user to execute it and for it to then subsequently move the files using the correct...
2,134
Posted By Peejay
Fake deletion of files
Hi, This is possibly an odd request to do with permissions as I seem to have tied myself up with these!

I have the following directory (see below) that contains files that the 'usergrp' user...
10,738
Posted By Peejay
Hehehe, many thanks for all the input, very much...
Hehehe, many thanks for all the input, very much appreciated :D

I've just started coding a little process that once called will loop through all day check the FTP and then if returns a success...
10,738
Posted By Peejay
Thanks for the reply. That's sort of what I...
Thanks for the reply.

That's sort of what I was thinking, a little process to connect up and check and then if found kick of the main shell. Just concerned with opening and closing a connection...
10,738
Posted By Peejay
Polling an FTP site for a file
Hi,

I'm after a bit of advice for the best way to collect files from an ftp server via a unix process. The main issue here is the frequency, the job needs to check for files every minute or so...
Showing results 1 to 10 of 10

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