Sponsored Content
Top Forums Shell Programming and Scripting Mean square root error from different files Post 302761343 by DGPickett on Friday 25th of January 2013 01:01:00 PM
Old 01-25-2013
You can feed them into another script to print each line and for each line N the cumulative RMSE so far, holding the sigma in a variable that grows with each line.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

square brackets

I would like to substitute a phrase which contains square brackets. change TO how? Thanks (2 Replies)
Discussion started by: gilead29
2 Replies

2. UNIX for Dummies Questions & Answers

Run non-root script as root with non-root environment

All, I want to run a non-root script as the root user with non-root environment variables with crontab. The non-root user would have environment variables for database access such as Oracle or Sybase. The root user does not have the Oracle or Sybase enviroment variables. I thought you could do... (2 Replies)
Discussion started by: bubba112557
2 Replies

3. Shell Programming and Scripting

Math Square Root

Hi I just stumbled on to these forums today, and I relatively new to unix. I am trying to figure out how to find the square root of a number using a shell script. I am using bash and I have searched and searched but cannot figure out square roots. Hopefully someone can point me in the right... (3 Replies)
Discussion started by: davex4285
3 Replies

4. UNIX for Dummies Questions & Answers

Area of a square

I am just starting out with bash scripting. I tried a simple script to find the area of a square and it didnt run. #!/bin/bash #script to find area of a square based on user input if then echo " Usage -$0 x " echo " where x is the dimension of the square " exit 1 n1=$1 ... (2 Replies)
Discussion started by: SnydeMz
2 Replies

5. Shell Programming and Scripting

Delete text between square brackets and also delete those square brackets using sed or awk

Hi All, I have a text file which looks like this: computer programming systems engineering I want to get rid of these square brackets and also the text that is inside these brackets. So that my final text file looks like this: computer programming systems engineering I am using... (3 Replies)
Discussion started by: shoaibjameel123
3 Replies

6. Shell Programming and Scripting

AWK script for standard deviation / root mean square deviation

I have a file with say 50 columns, each containing a whole lot of data. Each column contains data from a separate simulation, but each simulation is related to the data in the last (REFERENCE) column $50 I need to calculate the RMS deviation for each data line, i.e. column 1 relative to... (12 Replies)
Discussion started by: chrisjorg
12 Replies

7. Solaris

Migration of system having UFS root FS with zones root to ZFS root FS

Hi All After downloading ZFS documentation from oracle site, I am able to successfully migrate UFS root FS without zones to ZFS root FS. But in case of UFS root file system with zones , I am successfully able to migrate global zone to zfs root file system but zone are still in UFS root file... (2 Replies)
Discussion started by: sb200
2 Replies

8. Shell Programming and Scripting

Calculate root mean square?

Dear friend, I know for a single case, this could be finished quickly with Excel. But if we have hundreds of files, we definitely want to do it with a script or a FORTRAN code. Since I have no knowledge of FORTRAN, I tried to work out a script to do it. The math is very simple. we chose one atom... (4 Replies)
Discussion started by: liuzhencc
4 Replies

9. What is on Your Mind?

The square root code I coded on this site...

Hi all, (mainly Neo)... I keep noticing that the SQRT code I wrote recently for a POSIX shell keeps appearing, (the green colour sticks out like a sore thumb). So I decided to take a look on Google. Guess what? UNIX.COM comes first in Google's listing just from two words, see image... (2 Replies)
Discussion started by: wisecracker
2 Replies
RAWDOG(1)						      General Commands Manual							 RAWDOG(1)

NAME
rawdog - an RSS Aggregator Without Delusions Of Grandeur SYNOPSIS
rawdog [options] DESCRIPTION
This manual page briefly documents the rawdog command. rawdog is an RSS (and other) feed aggregator, based on Mark Pilgrim's flexible feed parser. rawdog reads articles from a number of feeds and writes out a single HTML file, based on a template either provided by the user or generated by rawdog, containing the latest articles it's seen. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the README file. -u, --update Fetch data from the feeds and store it. This could take some time if you've got lots of feeds. -w, --write Write out the HTML output file. -f SOMEURL, --update-feed SOMEURL Update the feed pointed to by SOMEURL immediately, even if its period hasn't elapsed since it was last updated. -c FILE, --config FILE Read FILE as an additional config file; any options provided in FILE will override those set in the main config file (with the exception of "feed", which is cumulative). FILE may be an absolute path or a path relative to your .rawdog directory. Note that $HOME/.rawdog/config will still be read first even if you specify this option. -t, --show-template Print the template currently in use to stdout. -a URL, --add URL Add a new feed to the config file. -d DIR, --dir DIR Use DIR instead of the $HOME/.rawdog directory. --help Provide a brief summary of all the options rawdog supports, and exit. FILES
$HOME/.rawdog/config SEE ALSO
cron(1). AUTHOR
rawdog was written by Adam Sampson <azz@us-lot.org>. This manual page was written by Decklin Foster <decklin@red-bean.com>, for the Debian project (but may be used by others). RAWDOG(1)
All times are GMT -4. The time now is 06:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy