Search Results

Search: Posts Made By: emily
Forum: Programming 01-12-2016
2,738
Posted By emily
Download http picture using C++
Dear all,
I am working on writing the script which can read a file (having the html path for some pictures) and download those picture in the given local directory. Please find my iniatitve here,...
4,089
Posted By emily
Hello, Yes, I tried this as following: ...
Hello,
Yes, I tried this as following:

#!/bin/sh

Start=0
Step=9
Entries=1164

mkdir DYJetsToLL_M-50_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/
mkdir...
4,089
Posted By emily
Hello all, Thanks for your replies, it helped...
Hello all,
Thanks for your replies, it helped me to dig it further.
Now, I realize I shall be able to fix it, if I could figure out how to provide the command line in a shell script to create...
4,089
Posted By emily
How to define two digits variable in shell script?
Dear Shell script Experts,
I am working on shell script which is defined here, qsub_seq.csh [1]. The purpose of this script is to read few input files (with defined starting index and last index)...
1,269
Posted By emily
Great, thanks..:) :)
Great, thanks..:) :)
1,269
Posted By emily
Thanks, yes '>>' works. As I wrote, I was in...
Thanks, yes '>>' works.
As I wrote, I was in the process of writing the script, which needed modifications..:) I used the 'awk' as I wanted the output to be in continuous line instead of falling on...
1,269
Posted By emily
awk to perform splitting
Dear all,
In my working directory I have two files as:
$ ls -ltr
-rw-r--r-- 1 emily af-cms 7 30. Jul 09:56 L1File1_000_981.root
-rw-r--r-- 1 emily af-cms 10 30. Jul 09:56 L1File2_000_980.root...
Forum: Ubuntu 04-06-2015
2,532
Posted By emily
Photo not added in latex, Ubuntu 14.04
Hello,
I am not sure if this problem belong to this section but I am quite puzzled, so seeking help here.
I have cv latex format found online[1] from site [0]. I am using following command line to...
902
Posted By emily
awk seems to be wrongly placed?
Dear all,
I have small script ( which after introducing few changes) is not working as desired way [1].

The content of the output file from this script is following
-----------
...
1,679
Posted By emily
My code setup seem to be reaching it completeness...
My code setup seem to be reaching it completeness to perform the desired task..thanks a lot everyone for great help :) :)
I always find useful and timely help here..

Dear Scrutinizer,
I just...
1,679
Posted By emily
Yes, it fixed the problem.. Would like to know...
Yes, it fixed the problem..
Would like to know why the new value could not be assigned to the Index inside ?

thanks again,
emily
1,679
Posted By emily
i want the output as following: sed -i...
i want the output as following:
sed -i 's/L1ITMBLT.root/L1ITMBLT_009_0.root/g' run_DttfFromCombinedPrimitives_cfg.py
which is the value of Index taken from the awk command
1,679
Posted By emily
Does not work either, output is following: sed...
Does not work either, output is following:
sed -i s/L1ITMBLT.root/L1ITMBLT_.root/g run_DttfFromCombinedPrimitives_cfg.py
1,679
Posted By emily
Did not work...:( ---------- Post updated at...
Did not work...:(

---------- Post updated at 09:20 AM ---------- Previous update was at 09:16 AM ----------



I modified the script as following, did not help either
#!/bin/sh ...
1,904
Posted By emily
Sorry, It has been moved to separate thread. ...
Sorry, It has been moved to separate thread.

regards,
emily.
1,679
Posted By emily
Variable not passed to the sed command
Hello,
I am writing a script [1] which is not giving the desired result. When I check the content of the 'InputFile_009_0.sh'[2], it shows following with missing Index in this command
sed -i...
1,904
Posted By emily
awk split command to get the desired result
Dear all,
I am using the awk 'split' command to get the particular value.

FILE=InputFile_009_0.txt
Temp=$(echo $FILE | awk '{split($FILE, a, "e_"); print a[2]}')

I...
3,991
Posted By emily
working fine..:) thanks everyone for your...
working fine..:)

thanks everyone for your useful suggestions
3,991
Posted By emily
Hello Ravinder and Don, Here is my modified...
Hello Ravinder and Don,
Here is my modified script [1] and the output. Why I am getting filename like:
-rw-r--r-- 1 emily af-cms 54400 6. Mr 11:18 _0.txt




[1]

#!/bin/bash ...
3,991
Posted By emily
thanks all for useful input, it work fine..:) ...
thanks all for useful input, it work fine..:)

Greetings,

---------- Post updated at 03:13 AM ---------- Previous update was at 02:45 AM ----------

Hello,
I am not able to provide external...
722
Posted By emily
SRM_TOO_MANY_RESULTS error
Dear all,
I have script which copy the file from SMR to some txt file [1].
However for one case with directory having more than 1000 files, it is giving the following error [2].

Google is not...
3,991
Posted By emily
Breaking large file into small files
Dear all,
I have huge txt file with the input files for some setup_code. However for running my setup_code, I require txt files with maximum of 1000 input files
Please help me in suggesting way to...
1,695
Posted By emily
Modifying the shell script to select pattern
Hello,
I have script which work 70% of the desired task [1], the output from script.sh is following [2], however the desired output I require is following [3].

Any piece of suggestion would be...
2,576
Posted By emily
Great, perfect..:) :)
Great, perfect..:) :)
2,576
Posted By emily
Desired output.txt for reading txt file using awk?
Dear all,
I have a huge txt file (DATA.txt) with the following content [1]. From this txt file, I want the following output [2] using some shell script.

Any help is greatly appreciated.
...
Showing results 1 to 25 of 156

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