3 lines
90 B
Plaintext
3 lines
90 B
Plaintext
|
#!/bin/bash
|
||
|
cat vorhanden | cut -c -32 | while read line; do sed -i "/$line/d" 2cp ; done
|