Pario TechnoBlob
About
Posts
Posts
Shell script utility to read a file line by line
#!/bin/bash # # Shell script utility to read a file line line version 2 # This is simpler version of readline script # This script also demonstrate how to process data file #...
Reverse text content in file
#!/bin/bash # Bash shell script to reverse text file contain i.e. concatenate files and # print on the standard output in reverse. This script also demonstrate how # to use...
Rename files from upper- to lowercase or vice versa
#!/bin/bash # # Shell script to rename given file names to from uppercase to # lowercase OR lowercase to uppercase FILES="$1" ME="$(basename $0)" #...
RESET MASTER
/var/lib/mysql har blitt over 1,5GB stor så jeg Googlet litt for å finne ut hva som kunne gjøre dette og det viser seg at mysql logger all aktivitet. RESET MASTER sletter...
««
«
1
2
3
…
121
122
123
…
126
»
»»