5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
awk '/12/ { print $0 }
|
||
|
/21/ { print $0 }' BBS-list inventory-shipped
|