Search Results

Search: Posts Made By: ac130pilot
9,471
Posted By ac130pilot
Worked perfectly, thanks!!!!
Worked perfectly, thanks!!!!
9,471
Posted By ac130pilot
Hmmm when I used that I got just a lot of blank...
Hmmm when I used that I got just a lot of blank space.

I just thought of another way I can do it...

For the one-column file, the numbers follow this sort of scheme:

1.242
2.2424
3.42412...
9,471
Posted By ac130pilot
What would this do? if the file that has the...
What would this do? if the file that has the proper column/row structure is called "original.1D" and the one-column file that has the proper integers is called "onecolumn.1D" then how would this...
9,471
Posted By ac130pilot
there are 2 inputs. One file contains the...
there are 2 inputs. One file contains the integers I want in 1 column, the other one is ordered into 4 rows with different numbers of columns (I need to switch the numbers from the single-column...
9,471
Posted By ac130pilot
Thanks awesome. For the next step, how would I...
Thanks awesome. For the next step, how would I make a loop that would go through each row, saving the integer in that row to a variable, and replacing its counterpart in the original file with 4...
9,471
Posted By ac130pilot
Changing file with rows and columns into just 1 column
Hi I need a bash shell script that will take text files with 4 rows and different numbers of columns in each row and convert each one into a text file with just one column.

I then subtract 1.5...
5,478
Posted By ac130pilot
subtracting 1.5 from column using awk and saving the changes
# foreach sub ( sub001 )
sub=sub001
cd /mnt/stor/smith/recog/$sub/event_files/timecorrected/
awk '{$1-1.5}' $sub_CR
end

What im trying to do is:
1. open a 1D file that consists of lists of...
2,580
Posted By ac130pilot
Editing lists of integers in 1d files with bash shell
Hi, I need a script that will:

1. Go through about 20 different folders, each containing about 20 1d files. The 1d files go something like this:

22.253 37.707 78.117 ...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 07:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy