Search Results

Search: Posts Made By: tradingspecial
2,507
Posted By tradingspecial
I not able find any example to how to read from a...
I not able find any example to how to read from a file each record one by one...
2,507
Posted By tradingspecial
Email Notification
Hi All,

I need write a linux script which emails each record to the employee manager email-id which will be specified inside the file.
Each employee can have a different manager too..

file...
2,031
Posted By tradingspecial
#!/bin/sh LOG=/xx/xx/xx/xx/xx/xx/xx ...
#!/bin/sh

LOG=/xx/xx/xx/xx/xx/xx/xx

export day=`(date +'%m%d%y_%H%M_')`
set -x

PATH=$1
PATH1=$2
FILE=$3
FILE_T=$4



echo "FTP Started " >$LOG/$FILE.log
/usr/bin/ftp -inv xx-xxx-xx...
2,031
Posted By tradingspecial
FTP a file using Shell Scripting (Help needed)
the requirements is to have a linux script which connects to a windows machine using ftp command and check for a flag file
if found copy a .csv file into current machine.
Forum: Red Hat 06-16-2016
3,954
Posted By tradingspecial
Shell Script to touch a file
our requirement is that we need to create a touch file on 2 4 and 7 th working day of the each month ...

If the days falls on saturday/sunday, the touch file should be created on next working...
3,410
Posted By tradingspecial
we are currently on Redhat linux 6.5..The command...
we are currently on Redhat linux 6.5..The command apt-get install date-utils asked for execution is for Ubuntu Linux.
3,410
Posted By tradingspecial
is there any other way to over come it without...
is there any other way to over come it without installing the data utility ..
3,410
Posted By tradingspecial
Great work ... Thank you mate, getting this...
Great work ... Thank you mate,

getting this error

+ date '--date=now + 30 days' +%F
2016-07-09
++ date --date=today +%Y-%m-01
++ date '--date=now + 30 days' +%F
+ dateutils.dseq -s ss...
3,410
Posted By tradingspecial
our requirement is that we need to create a touch...
our requirement is that we need to create a touch file on 2 4 and 7 th working day of the each month ...

If the days falls on saturday/sunday, the touch file should be created on next working day.
3,410
Posted By tradingspecial
Script to run on 2 4 and 7 day of the month
I am looking for a unix script which could run a job on 2, 4 and 7 working day of the month.

if the days are falling on the saturday/sunday. it should run on the next day.

Thank you..
Showing results 1 to 10 of 10

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