Technology TidBits

Answers to various technical questions on php programming, mysql, linux, and many more categories.
25% off Hosting at HostGator.com:
Use Code techbits25



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 02/07/2012 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 02/07/2012 Comments: 0



Powered by KnowledgebasePublisher 1.1
Host Gator
Content provided by Roberts WebForge, Inc.