Search Results

Search: Posts Made By: Saidul
7,773
Posted By Saidul
Hi Don Cragun, The above worked. Thanks a...
Hi Don Cragun,

The above worked.
Thanks a lot for the detailed explanation.

BR,
Saidul
7,773
Posted By Saidul
Apologies for the hashtag. ---------- Post...
Apologies for the hashtag.

---------- Post updated at 01:07 AM ---------- Previous update was at 01:04 AM ----------

Hi SriniShoo,

Thanks a lot. Will try the above and let you know.
...
7,773
Posted By Saidul
How to copy files from one location to another using xargs??
Hello Experts,

I need to copy files from one location to another using xargs.

Tried something like this (In Ubuntu & Solaris ).

mkdir -p 1234;
find /home/emd/Desktop/n007/M007/ -type f...
2,432
Posted By Saidul
How to set end limit while copying files of a range??
I have files being generated in format A20140326.00........ to A20140326.24.............

I need to copy these hourly basis from one location to another.
Eg. If i copy from 14 to 19 the hour, I...
2,304
Posted By Saidul
Collect files for specific hours
I have to fetch files from a location hour wise.
Eg files available at location /tmp/data/ are
A20140205.1300-1315......
.
.

A20140205.1400-1415......
.
.

A20140205.1700-1715......
.
....
3,350
Posted By Saidul
Thnaks a lot Don Cragun and MadeInGermany. Will...
Thnaks a lot Don Cragun and MadeInGermany.
Will utilize this and update.
3,350
Posted By Saidul
Hi MadeInGermany, Thanks for your reply and...
Hi MadeInGermany,

Thanks for your reply and it did help. I need to do a little modification if you can help me here too.

Actually whatever files i will be deleting from the above mentioned...
3,350
Posted By Saidul
How to clean 3 days before files, from a directory?
I have a Solaris System. I am using bash shell.
I want to prepare a script which can do the below.
There are few directories i need to clean.
In those directories, I need to delete files which...
3,162
Posted By Saidul
Thanks CarloM...
Thanks CarloM (https://www.unix.com/members/302103206.html). It did work.
3,162
Posted By Saidul
[Solved] How to read the variable from awk output?
I am reading an xml file with date tag as <Date>Default</Date> using the below command.


Dt=$(awk -F'[<>]' '/<Date>/{print $3}' /home/test/try.xml
and getting the value from the xml file stored...
2,769
Posted By Saidul
Thanks a lot Don Cragun. It is working fine. Will...
Thanks a lot Don Cragun. It is working fine. Will need your assistance if anything comes up after this.
2,769
Posted By Saidul
What operating system are you using?-Ubuntu ...
What operating system are you using?-Ubuntu

What shell are you using?-bash

Show us your "previous day function".

#Function to get yesterday's date
get_one_day_before_date()
{
day=$1...
2,769
Posted By Saidul
[Solved] Copy files from one location to another
I have below files in one location /test/files and also for each dates there are similar files

A20130924.0000-0005_file1
A20130924.0000-0005_file2
A20130924.0005-0010_file1...
2,856
Posted By Saidul
Thank you so much CarloM and RudiC. The above...
Thank you so much CarloM and RudiC.
The above was really helpful.

---------- Post updated at 01:55 AM ---------- Previous update was at 01:19 AM ----------
2,856
Posted By Saidul
Hi CarloM. Thanks for your reply. That was...
Hi CarloM.
Thanks for your reply.
That was typo there. Script is suppose to take hourly averages from 16:00:00 to 16:55:00 and so on for the remaining timestamps.


I ran the script you have...
2,856
Posted By Saidul
How to perform averaging of values for particular timestamp using awk or anythoing else??
I have a file of the form.
16:00:26,83.33 16:05:26,83.33 16:10:26,83.33 16:15:26,83.33 16:20:26,90.26 16:25:26,83.33 16:30:26,83.33 17:00:26,83.33 17:05:26,83.33 17:10:26,83.33 17:15:26,83.33...
Showing results 1 to 16 of 16

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