User Tools

Site Tools


linux:tools:bash

This is an old revision of the document!


cat infos,txt
# IP PW
1.2.3.4 geheim

cat infos.txt|while IFS=' ' read i j; do ./CheckProductKey.sh $i $j; done

-> CheckProductKey 1.2.3.4 geheim
linux/tools/bash.1640618792.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki