Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fabienc

    SimpleDateFormat Parse problem

    Hi! I have implemented an editable combobox where the user can type some dates. The date he types should be of the form "dd-MMM-yy" i.e "12-JAN-07" While the user types something I have a keylistener that calls the following method: private String DEFAULT_DATE_PATTERN = "dd-MMM-yy"...
  2. fabienc

    AWK script to perform cvs update

    Thanks, I actually found the solution myself using the simple unix command not awk: find -name "CVS" -prune -o -type f -exec cvs update {} \;
  3. fabienc

    AWK script to perform cvs update

    Hi! I am looking for an AWK script that would take a directory as input and execute "cvs update" on each files found in its sub-directories avoiding all sub-directories called "CVS". I know I can use some tools like TortoiseCVS to do this, the problem is that I am working on some...

Part and Inventory Search

Back
Top