Incoming from Alex Derkach:
> * Guilherme Rocha_Sul Solu??es ([EMAIL PROTECTED]) wrote:
> > 
> > How I can to know what my distro??? If stable or unstable???
> 
> cat /etc/apt/sources/list | grep -i [un]stable | awk '{ print $3}'
> 
> That should print about 4 lines, they should all say stable or
> unstable!

Good try.

  egrep -v '^#|^$' /etc/apt/sources.list | awk '{ print $3}'

That says woody, woody/non-US, and stable/updates (among others).


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)               http://www.spots.ab.ca/~keeling 
- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to