Get list of git repositories from command line.
| Hot: |
Earlier I had posted a small blog on teamgit. The problem still is that you have to manually go to the git.kernel.org page and get the list of the repo’s that you can download. How about a command line to get the same. Here’s one:
wget -O – http://git.kernel.org |grep “class=.list.” |grep -v title|awk -F’>’ ‘{print $3}’|sed ’s/<\/a//’
Output will be like this:
linux/kernel/git/ghaskins/linux-2.6-hacks.git
linux/kernel/git/ghaskins/preempt-test.git
linux/kernel/git/ghaskins/schedtop.git
linux/kernel/git/glommer/linux-2.6-x86-pvops.git
linux/kernel/git/gregkh/bti.git
linux/kernel/git/gregkh/ddk.git
linux/kernel/git/gregkh/driver-core-2.6.git
linux/kernel/git/gregkh/lkn.git
linux/kernel/git/gregkh/patches.git
linux/kernel/git/gregkh/tty-2.6.git
linux/kernel/git/gregkh/usb-2.6.git
linux/kernel/git/gregkh/usbutils.git
linux/kernel/git/gregkh/usbview.git
linux/kernel/git/gud/chunkfs-tools.git
linux/kernel/git/gud/chunkfs.git
linux/kernel/git/gud/fuse-chunkfs.git
related post
- My Images
- Nature
- BDay Snaps
- Get the information on all the rpms installed on the system
- Bash Tips & Tricks
Related Posts -
EncFS - Simple article to use Encrypted filesystem in Linux h3font face="sans-serif"A nice article a href="http://www.linux.com/feature/114147"here/a./fontbr //h3h3CLI Maspan style="background-color: yellow;"span... -
Boot Linux Over HTTP With boot.kernel.org (BKO) Bookmark this category Boot Linux Over HTTP With boot.kernel.org...
Related Websites - Realtek 8111B GE on Rocks 4.3 I am currently building a new Beowulf cluster using Rocks...
- Multimeter recordings with the Prologix GPIB-USB controller The department has quite a number of GPIB-interfaceable intstruments but...































