User Tools

Site Tools


docs:tips_n_tricks:rcs.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
docs:tips_n_tricks:rcs.html [19.11.2013 14:17 CET] peterdocs:tips_n_tricks:rcs.html [13.01.2024 11:56 CET] (current) – [Initial, recursive checkin] peter
Line 56: Line 56:
   done   done
   ~ $   ~ $
 +===== Initial, recursive checkin =====
 +
 +<code bash mk_rcs_dir.sh>
 +find *pattern* -type d -not -path '*/RCS' -exec mkdir -vp '{}/RCS' ';'
 +find *pattern* -type f -not -path '*/RCS/*' -exec ci -l -d -i -t- -minitial '{}' ';'
 +</code>
docs/tips_n_tricks/rcs.html.1384867076.txt.gz · Last modified: 19.11.2013 14:17 CET by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki