Search Results

Search: Posts Made By: ttpears
Forum: AIX 06-25-2009
8,759
Posted By ttpears
Doing a google search using: aix gzip 1.2.4...
Doing a google search using: aix gzip 1.2.4 "index of"
provides many links, particularly the first result
Forum: AIX 06-25-2009
8,759
Posted By ttpears
Why not just install it? The gzip package does...
Why not just install it? The gzip package does come with more than just gzip itself, though most appear to be gunzip support for common utils like less, more, grep
10,553
Posted By ttpears
Easy in php
This assumes you want to upload all files in a specific directory, opens a single connection, loops/uploads all files, disconnects.

#! /usr/bin/php
<?php

$path = "/path/to/local/dir";...
2,054
Posted By ttpears
Quick bash
You could use something like this in a cron.

#! /bin/bash

HOLDLOC="/var/tmp/md5.last"
FILE=`find . -iname 'file.kbs'`
OLDMD5=`cat $HOLDLOC`
NEWMD5=`md5sum $FILE | cut -d " " -f 1`

if [...
Showing results 1 to 4 of 4

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