[Home]History of DeveloperTipsAndTricks

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org

Revision 4 . . June 20, 2009 3:33 pm by JeffEpler
Revision 3 . . January 7, 2008 10:20 pm by Fenn [cute tric toc]
  

Difference (from prior major revision) (no other diffs)

Changed: 6,14c6

jeppler suggests.

Run the command ". scripts/emc-environment" from the root directory of your EMC2 install and a command like "man stepgen" on its own will work. This persists only as long as the terminal it was run in exists. You can see the effect of this if you enter "echo $MANPATH." If this command returns an empty string you will have to run the script command again.

1. cute trick to find out who is most to blame for a particular source file.



cvs annotate emc.in | awk '{print $2}' | sort | uniq -c | sort -n
(counts how many lines of the current revision were most recently touched by each author)
after ". scripts/emc-environment", man will find those pages

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org
Search:
Published under a Creative Commons License