Search Results

Search: Posts Made By: Jimmyd24
2,491
Posted By Jimmyd24
Your awk command should work and I plan on...
Your awk command should work and I plan on looking into it a little more today. I just found a way to perform what I wanted with the sed command which was a little quicker for me yesterday in terms...
2,491
Posted By Jimmyd24
ya I have the original copied and stored in a few...
ya I have the original copied and stored in a few other directories so no problem there, but I will give this a go and let you know

---------- Post updated at 05:10 PM ---------- Previous update...
2,491
Posted By Jimmyd24
I want nothing changed in the time series files,...
I want nothing changed in the time series files, the file ####ascii_vF.anom.txt simply contain a single list of 2000 observations.

What I want changed is in the user_prefs file, which mandates how...
2,491
Posted By Jimmyd24
So I have a hundred or so time series files...
So I have a hundred or so time series files labeled as such:
10831ascii_vF.anom.txt
13165ascii_vF.anom.txt
83437ascii_vF.anom.txt

Now I have a main program to run, which when I run, runs based...
2,491
Posted By Jimmyd24
Changing Line in Txt File
So I have a python program that I run, which runs accordingly to options I have listed in a text file (ie user_prefs). Now there are many options listed in this user_prefs.txt, but the one of most...
9,075
Posted By Jimmyd24
Thanks Jim the chmod command does indeed...
Thanks Jim

the chmod command does indeed work on a case by case basis though.
9,075
Posted By Jimmyd24
Shell Scripting Permission Denied
Everytime I try to run a shell script I get the error message permission denied.

So I have googled/searched around and have been using the command chmod u+rwx (filename) to give myself...
14,682
Posted By Jimmyd24
Thanks, I was confused earlier with the 'standard...
Thanks, I was confused earlier with the 'standard input/output' because I always though you had to have a file name no matter what unit identifier you used. That's where the confusion was.

I'm...
14,682
Posted By Jimmyd24
Do I need to declare a path even if I am in the...
Do I need to declare a path even if I am in the same directory?

In that directory when I perform a ls *.txt I have approximately 200 files, and my .f90 code is within the same directory.
14,682
Posted By Jimmyd24
I'm running in Bash shell. I have gotten...
I'm running in Bash shell.

I have gotten past my original problem where it was just saying command not found. However, now I am getting the message that the file does not exist when I run...
14,682
Posted By Jimmyd24
Whenever I try to run this script, I get the...
Whenever I try to run this script, I get the error For: command not found and Do: command not found.
14,682
Posted By Jimmyd24
Sorry I know this is probably a very basic...
Sorry I know this is probably a very basic question but I have not been able to grasp this idea really of what you mean by standard input/standard output.

My current open statement reads as ...
14,682
Posted By Jimmyd24
Well I currently just have a basic OPEN statement...
Well I currently just have a basic OPEN statement of the form

OPEN (10,file='389534ascii_vF.txt',status='old')

Then simply read in the data and perform calculations and then output it.
...
14,682
Posted By Jimmyd24
Thanks for the help, I'll mess around with it for...
Thanks for the help, I'll mess around with it for a little bit.

So "$FILE" serves as the name of the text file. So in my Fortran program would I have to put $File where I am attempting to open...
14,682
Posted By Jimmyd24
Using Shell Script To Loop Program Through Multiple Text Files
Hello,

So I have approximately 300 files of raw data (.txt) files that I am using to perform statistical analysis. I have been able to construct a Fortran program that is able to perform my...
Showing results 1 to 15 of 15

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