python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Printing First Variable in Awk but Only If It's Less than X
I have a file with words and I need to print only the lines that are less than or equal to 4 characters but I'm having trouble with my code. There is other text on the end of the lines but I shortened...
grunchyelliptical
Votes: 0
Answers: 1
How can I sort output from variable?
I want to be able to sort an input csv file that is comma separated by a values created in an extra column. Below is a sample of the input csv file
Timestamp,Email,Name,Year,Make,Model,Car_ID,Judge_ID...
Stephen
Votes: 0
Answers: 1
How to increment counter in gnu awk?
I want to be able to essentially print the line number along every printed line in the output after scanning and reworking an input csv file. The input csv file is comma separated, here's a sample
Tim...
Stephen
Votes: 0
Answers: 1
How to control processes and threads in hybrid OpenMP/MPI job
I'm trying to control the distribution of MPI processes and their threads. In a 4-core system (cores 0, 1, 2 and 3) with GNU compilers and OpenMPI, submitting a 2x2 job (export OMP_NUM_THREADS=2 &...
vsmith
Votes: 0
Answers: 0