See also Barata's tips and Leozinhos' tips Down them allRemove duplicate lines of a file
Access your files via HTTP
Powered by Matheus How to read each line of a file in...Script SHELL
Python
Java
… forget it, too many lines of code to write SSH without password
Starting another X
Cumulative sum of an specified column using awk
$NF is the last column. $1 is the first, $2 the second and so on. The default separator is a blank space, if you need to specify another separator use -F'separator' option. Reading an specific line of a file in...Python
Script SHELL
where index is the line to read. Generating statistics with octave
This will returns a matrix with the minimum, first quartile, median, third quartile, maximum, mean, standard deviation, skewness and kurtosis of the columns of x as its rows. Genereting numbers permutations
The function perms(v) generates all permutations of a given vector. Converting UF-8 files to ISO-8859-1
Extracted from here . |