File: enumerate-if

package info (click to toggle)
ipmasq 3.4.4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 300 kB
  • ctags: 3
  • sloc: sh: 281; makefile: 48
file content (8 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# enumerate-if	Enumerates all of the currently active interfaces
#
# v1.0	19 July 1998
#####

/sbin/ifconfig | grep "^[a-z]" | cut -c 1-8