Search Results

Search: Posts Made By: EDALBNUG
6,229
Posted By EDALBNUG
How to Turn perl one-liners into full perl script?
I have the following command prompt perl one liner:

perl -e 's/[a-z]\(\)\\,\"]//g; s/^\s//g; s/;/\n/g' -pi result1

I tried to move this one liner into a perl script I am practicing with (just...
6,089
Posted By EDALBNUG
Thanks for the help drl. I tried adding line...
Thanks for the help drl. I tried adding line number in front of each line by using nl command and plotted in gnuplot using 1:4, but it looks like gnuplot can take a single list of variables and plot...
6,089
Posted By EDALBNUG
Plotting Data within UNIX
I have a set of data that looks similar to the following in UNIX:

0.12_0.008_fall_ff.out:bisect return: 0.08056640625
0.12_0.04_fall_ff.out:bisect return: 0.07470703125...
9,329
Posted By EDALBNUG
Wow, thank you for all the examples under...
Wow, thank you for all the examples under different tools. I will check if zsh exists on my work computer on Monday. My data was actually very small. There are probably 2-6 pairs of 5 numeric values...
9,329
Posted By EDALBNUG
Thank you very much for the detailed reply, but I...
Thank you very much for the detailed reply, but I seem to be a little lost here. Does c shell operate the same zsh does? I am not quite sure if my UNIX environment has zsh available. Otherwise the...
9,329
Posted By EDALBNUG
Hi, if the shells have trouble handling floating...
Hi, if the shells have trouble handling floating point numbers, do you have any recommendation as to what I can use (Perl/awk/sed,etc) to obtain the numeric results I want?
23,748
Posted By EDALBNUG
I work with Unix data under Excel as well. What I...
I work with Unix data under Excel as well. What I did was save the data as a txt file, and import the txt file into Excel and set it so that any space or punctuation will separate the data into their...
9,329
Posted By EDALBNUG
How to Convert Strings into Numbers under C-Shell?
I tried something like:


set test3 = (4.985e-10 5.130e-10 5.486e-10 6.023e-10 7.015e-10)
set test4 = (4.869e-10 5.010-10 5.363e-10 5.895e-10 6.887e-10)

set test5 = $test3 - $test4

but...
3,989
Posted By EDALBNUG
Thank you very much for the quick response. I...
Thank you very much for the quick response. I tried reversing it, but somehow all the instances of gnd in the file got replaced by 0.75*vdd. So I tried Parentheses for the range condition and then it...
3,989
Posted By EDALBNUG
I tried using () and it still didn't change...
I tried using () and it still didn't change anything. Is this platform dependent? I think I am using UNIX with c shell right now.
3,989
Posted By EDALBNUG
Perl Substition with multiple conditions
I have a text file that contains lines similar to the following:

-----------------------------------------------------------
fall for setup

CSHRC0 'gnd';
CSHR0 'gnd';

rise for...
Showing results 1 to 11 of 11

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