Pario TechnoBlob
About Posts

Tag: tr

Create random filenames with random content I wanted to test filesystem checking on a large XFS filesystem and needed to fill the filesystem. The task was to create files on random with different file size and names...
Jul 4, 2013 10:59PM
Delete all newlines from a file tr -d '\n' < file
Mar 14, 2007 2:34PM
Translate uppercase characters to their corresponding lowercases cat file| tr 'A-Z' 'a-z'
Mar 14, 2007 2:32PM
Convert everything in the current directory from upper- to lowercase. A bash script to convert everything from upper- to lowercase. "!/bin/bash<br /> for n in *; do mv $n echo $n | tr '[:upper:]' '[:lower:]'; done
Feb 17, 2007 9:35PM
«« « 1 2 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom