in reply to Script Organization || not
Personally I create a base ~/bin directory for storing my scripts.. why in bin? I can't really explain other than it's just evolved into a method that kinda works for me. Under that directory I have:
and then under that I have my scripts, each in a subdirectory./bin/script/perl /bin/script/bash
There have been situations where I've written several scripts that are associated, in which case I start collecting them into their own subdirectory. E.g. I might have something like:
/bin/script/perl/address .../chrstr .../cisco .../cisco/2600 .../cisco/3500 .../graphit .../icecream .../mechanize .../mechanize/autotrader .../mechanize/banking .../mechanize/webmail .../photoconvert .../test
I guess the best advice I can have is sit down and have a crack at your own method of organisation. Then after a year or so, review it! Good luck!
|
|---|