recursive diff
Thursday, July 29th, 2010How to see differencies in different folders recursively.
diff -u -r -B -N -s FOLDER1 FOLDER2
[http://linux.devquickref.com/linux-recursive-diff.html]
diff -u -r -B -N -s FOLDER1 FOLDER2
[http://linux.devquickref.com/linux-recursive-diff.html]
http://www.suite101.com/article.cfm/perl/94552
http://www.misc-perl-info.com/perl-array-length.html
EXAMPLE
# Parts and Programme Codes
@PSUB01 = (’PSUB01′,[”Part A”,”Part B”,”Part I”]);
@PSUB02 = (’PSUB01′,[”Part A”,”Part B”]);
@PSUB03 = (’PSUB03′,[”Part A”,”Part B”]);
@PSUB12 = (’PSUB12′,[”Part A”,”Part B”,”Part I”]);
@PSUB13 = (’PSUB13′,[”Part B”,”Part I”]);
@programmecodes = (\@PSUB01,\@PSUB02,\@PSUB03,\@PSUB12,\@PSUB13);
http://www.php-mysql-tutorial.com/wikis/php-tutorial/reading-a-remote-file-using-php.aspx
http://www.geektips.net/105/how-to-install-eaccelerator.html
http://forums.spry.com/centos-fedora-redhat/201-setting-up-yum-fc2.html
http://forums.serverbeach.com/showthread.php?t=6125
Great article thanks Jeff:
http://jeffbaier.com/articles/how-to-upgrade-mysql-on-a-server-with-plesk/
http://snipplr.com/view/2371/regex-regular-expression-to-match-a-url/
$url = preg_replace(’@(https?://([-\w\.]+)+(:\d+)?(/([\w/_\.]*(\?\S+)?)?)?)@’, ‘$1‘, $url);
rpm -qa | grep firefox
(searching for firefox for example)
find / -type f -size +50000k -exec ls -lh {} \; | awk ‘{ print $9 “: ” $5 }’