Search Results

Search: Posts Made By: Agreppa
6,278
Posted By Agreppa
Well, turns out it was pretty straighforward. You...
Well, turns out it was pretty straighforward. You can create multipart archives with 'zip' but 'unzip' doesn't support extracting them.

The solution is to:
cat chunk.z01 chunk.z02 ... chunk.zip...
6,278
Posted By Agreppa
Yes, the script runs perfectly. All the variables...
Yes, the script runs perfectly. All the variables are defined at the top of the script. (I did mention that I was removing everything but the command itself to make the post shorter).

Everything...
6,278
Posted By Agreppa
Problem running zip from cron - bad zipfile offset
I've created a pretty straightforward shell script to do backups via rsync. Every night it rsyncs a copy of a website (approx 60GB) to the local machine. Once a week, after the rsync step, it zips...
6,211
Posted By Agreppa
Bakunin: bash version is 4.2.37(1)-release...
Bakunin: bash version is 4.2.37(1)-release running on Crunchbang 11

Disedorgue: running that did nothing but create the backup file. The file which should have been changed was identical to the...
6,211
Posted By Agreppa
Bakunin, that script throws a bunch of errors: ...
Bakunin, that script throws a bunch of errors:
/path/to/translate.sh: line 2: set: lastpipe: invalid option name
/path/to/translate.sh: line 4: local: can only be used in a function...
6,211
Posted By Agreppa
Excellent, thank you. I've set it up to use a...
Excellent, thank you. I've set it up to use a pipe and it works for plain text entries.
One thing I should have included in my original post was that text_old and text_new may contain forward- ...
6,211
Posted By Agreppa
Need help with sed replace script to include spaces
I've got a sed shell script I've been using for quite a while to do batch find/replace operations on .xml files containing various types of text entries. This is the script I use:
#!/bin/bash
while...
Showing results 1 to 7 of 7

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