User Tools

Site Tools


linux:tools:awk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:tools:awk [2024/07/25 12:59] mslinux:tools:awk [2024/07/25 12:59] (current) ms
Line 1: Line 1:
 ====== Suchen und Ersetzen ====== ====== Suchen und Ersetzen ======
 <code> <code>
-ls |grep -v "-" |awk '{ printf "mv "$1" "; sub("_","-",$1); print $1 }'+ls | grep -v "-" | awk '{ printf "mv "$1" "; sub("_","-",$1); print $1 }'
 </code> </code>
linux/tools/awk.1721905158.txt.gz · 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