Sponsored Content
Full Discussion: Changing Line in Txt File
Top Forums Shell Programming and Scripting Changing Line in Txt File Post 302679663 by Jimmyd24 on Tuesday 31st of July 2012 11:29:40 AM
Old 07-31-2012
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 upon a user_prefs text file which tells the main program which time series to use, and specifies several other options for the main program. However, I am only interested in changing the name of the time series in the varying runs.

So more or less I want to run the main program through for each time series, but want to do so without having to run that program over a hundred times manually each time opening, editing, and closing the user_prefs file.

So all I really need is a command which I could have in a loop to change the name of the time series based upon all the time series within the directory.
So some type of script structured as this:
  • For this time series
    Change User Prefs, replacing old time series with new time series name (just deleting and replacing a line with new file name)
    Run main program coaps.py
    Re Loop


I have never worked with awk so any help would be perfect. Thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to read last line of a txt file?

I need to read the last file for a particular day, such as, "Jun 13" because the CSV file is cumulative for the entire day, so I don't want all the previous files, I just want the last file, for that day. I ran an 'ls -al | grep "June 13" > myLs.txt' (simplified) to list all files from that day.... (2 Replies)
Discussion started by: yongho
2 Replies

2. Shell Programming and Scripting

i need to read the last line in a txt file

i'm a beginner in shell and i have a txt file that is updating every second or msec so i need a program to read the last line of this txt file is this possible to do? (5 Replies)
Discussion started by: _-_shadow_-_
5 Replies

3. Shell Programming and Scripting

Changing txt

Hi all, I currently use this code to delete text from file names when they are dropped in a folder. find . -type f | while read i;do && mv "$i" "${i//2009abc/}" ;done I have four versions of the code that delete the unwanted text if it has 2006, 2007, 2008 and 2009 with other standard... (4 Replies)
Discussion started by: Monkey Dean
4 Replies

4. Programming

Reading a particular line from a .txt file

Hi, I have a .txt file which contains the x, y and z co-ordinates of particles which I am trying to cast for a particular compound. The no. of particles present is of the order of 2 billion and hence the size of the text file is of the order of a few Gigabytes. The particles have been casted layer... (5 Replies)
Discussion started by: mugga
5 Replies

5. Shell Programming and Scripting

write filename as first line in a txt file

Could anyone very kindly help me a simple way to perform the - perhaps - very trivial task of writing the name of a file as first line of that file which is in txt format? And would be possible to do this recursively for some thousands files in the XY directory? And, again, add to the simple... (3 Replies)
Discussion started by: mjomba
3 Replies

6. Shell Programming and Scripting

Count per line in txt file

In a txt file called, eso.txt, I have: ...... 3 where process_status_flag = 70 and LISTENER_ID in (930.00, 931.00, 932.00, 933.00, 934.00) 4 group by LISTENER_ID 5 order by LISTENER_ID; LISTENER COUNT ----------... (3 Replies)
Discussion started by: Daniel Gate
3 Replies

7. Shell Programming and Scripting

create txt file form data file and add some line on it

Hi Guys, I have file A.txt File A Data AK1521 AK2536 AK3164 I want create text file of all data above and write some data on each file. want Output on below folder /home/kka/out AK1521.txt Hi Welocme (3 Replies)
Discussion started by: asavaliya
3 Replies

8. Shell Programming and Scripting

Need to append the date | abcddate.txt to the first line of my txt file

I want to add/append the info in the following format to my.txt file. 20130702|abcd20130702.txt FN|SN|DOB I tried the below script but it throws me some exceptions. <#!/bin/sh dt = date '+%y%m%d'members; echo $dt+|+members+$dt; /usr/bin/awk -f BEGIN { FS="|"; OFS="|"; } { print... (6 Replies)
Discussion started by: harik1982
6 Replies

9. UNIX for Dummies Questions & Answers

Split Every Line In Txt Into Separate Txt File, Named Same As The Line

Hi All Is there a way to export every line into new txt file where by the title of each txt output are same as the line ? I have this txt files containing names: Kandra Vanhooser Rhona Menefee Reynaldo Hutt Houston Rafferty Charmaine Lord Albertine Poucher Juana Maes Mitch Lobel... (2 Replies)
Discussion started by: Nexeu
2 Replies

10. Shell Programming and Scripting

Switch line in txt file

Hi I have problem with replace line in txt file , I have this string: 144185 DISK Piece qqr8ot6l_1_1 -- 144186 DISK Piece ukr8pf2e_1_1 -- 144187 DISK Piece ter8p9gc_1_1 -- 144188 DISK Piece 4er8qb84_1_1 and (8 Replies)
Discussion started by: primo102
8 Replies
HPT27XX(4)						   BSD Kernel Interfaces Manual 						HPT27XX(4)

NAME
hpt27xx -- HighPoint RocketRAID 27xx SAS 6Gb/s HBA card driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device hpt27xx Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): hpt27xx_load="YES" DESCRIPTION
The hpt27xx driver provides support for HighPoint's RocketRAID 27xx based RAID controller. These devices support SAS disk drives and provide RAID0 (striping), RAID1 (mirroring), and RAID5 functionality. HARDWARE
The hpt27xx driver supports the following SAS controllers: o HighPoint's RocketRAID 271x series o HighPoint's RocketRAID 272x series o HighPoint's RocketRAID 274x series o HighPoint's RocketRAID 276x series o HighPoint's RocketRAID 278x series NOTES
The hpt27xx driver only works on the i386 and amd64 platforms as it requires a binary blob object from the manufacturer which they only sup- ply for these platforms. The hpt27xx driver does not work on i386 with pae(4) enabled. SEE ALSO
kld(4), kldload(8), loader(8) HISTORY
The hpt27xx device driver first appeared in FreeBSD 10.0. AUTHORS
The hpt27xx device driver was written by HighPoint Technologies, Inc.. This manual page was written by Xin LI <delphij@FreeBSD.org> for iXsystems, Inc. BSD
December 28, 2011 BSD
All times are GMT -4. The time now is 05:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy