add-select-script

This commit is contained in:
6543 2019-03-05 19:50:08 +01:00
parent 8d2a28228f
commit 6abd6b6646
1 changed files with 2 additions and 0 deletions

2
select Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
cat vorhanden | cut -c -32 | while read line; do sed -i "/$line/d" 2cp ; done