Welcome To Snipplr
Everyone's Recent Snippets Tagged unix
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Assuming you have a set of svn project folders inside a parent (only folders in parent) you can do a simple backtick `ls` to get the folder names for svn...
0
558
posted 14 years ago by jasonm23
this will chmod the current directory, and all sub directories and files.
0
1276
posted 14 years ago by beneberle
find all files owned by xxx and change them to be owned by yyy
0
443
posted 14 years ago by stiobhart
Specify the limit on the number of file descriptors a process may have.
0
360
posted 14 years ago by liqweed
Bourne Shell Script (created on a FreeBSD_7.1-RELEASE system :-)
0
518
posted 14 years ago by hackware
Query a nameserver to easily find out all there is to know about a domain name; Nameservers, MX-servers, cnames, subdomains etc.
1
594
posted 14 years ago by torkil
This is meant to be run as root, so do it at your own risk. It's very raw and needs error checking, but works. I run this script to get new django sites off the ground in a few minutes.
0
1212
posted 15 years ago by mandric
Quick command I use to remove .SVN folders from a tree structure copied from SVN working copy. Sometimes a bit easier than running an export.
6
1042
posted 15 years ago by wfdev
find command just returns a list of HTML files that have 'search_str' in it, vim takes a list of files.
0
548
posted 15 years ago by mandric
There may be an easier way to do this, but if there is I can't find it. This sets the svn property $Id$ of every javaScript file in the app/lib directory.
0
719
posted 15 years ago by micmath