Technology TidBits

Answers to various technical questions on php programming, mysql, linux, and many more categories.



Showing: 1-2 of 2  
Questions:
How can I make a change to all files in a directory?
Here's short csh script to loop through each file and add a line to it:#!/bin/csh  foreach i (`ls *.txt`)     echo...
Not rated 09/04/2010 Comments: 0
What's an easy backup script for my mysql databases?
Here's a short c-shell script you can run from cron.  This creates a backup based on the "day of the...
Not rated 09/04/2010 Comments: 0



Powered by KnowledgebasePublisher 1.1
Superb Internet
Content provided by Roberts WebForge, Inc.