Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
In a previous episode Anthony J. Gabrielson said... :: :: Hello, :: I have what I hope to be an easy question. How do I make the :: output of a command, it will be a number, assign to a variable. I'm using :: bash - I have been reading through several books on this and I'm starting :: to get frusterated. :: I assume you mean output like you said, and not return code.. #!/bin/bash num=`/bin/grep -c mcmanus /etc/group` echo mcmanus is in $num groups - Subcription/unsubscription/info requests: send e-mail with "subscribe", "unsubscribe", or "info" on the first line of the message body to discuss-request at blu.org (Subject line is ignored).
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |