User Tools

Site Tools


linux:tools:awk

Suchen und Ersetzen

ls | grep -v "-" | awk '{ printf "mv "$1" "; sub("_","-",$1); print $1 }'
linux/tools/awk.txt · Last modified: 2024/07/25 12:59 by ms

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