Linux Journal: "Reading files is no big deal with bash: you just redirect the input to the script or pipe the output of another command into the script, or you could do it inside the script if the file names are pre-determined.
You could also use process substitution to pass in the open files (command pipelines actually) from the command line."
Reading Multiple Files with Bash
Reading files is no big deal with bash: you just redirect the input to the script or pipe the output of another command into the script, or you could do it inside the script if the file names...
RandomBugs.com: Apache Dynamic Virtual Hosting and...
On the RandomBugs blog today there's a new post looking at some of the considerations made when setting up Apache and PHP for dynamic virtual hosting. It's been a while since I configured...
Eight Cool New uTorrent Features Coming Soon
In May this year the BitTorrent Inc. added a section to their site which enabled the community to vote for new features they would like to see included in uTorrent. Voting has been furious...
Post new comment