Search Results

Search: Posts Made By: Olivia
1,896
Posted By gary_w
:-( ksh93 on Solaris. What am I missing? $...
:-( ksh93 on Solaris. What am I missing?

$ date +%b%-d
Feb%-d
$
1,896
Posted By binlib
date +%b%-d
date +%b%-d
1,896
Posted By Corona688
What's your system? What's your shell? ...
What's your system?

What's your shell?

In BASH and new KSH you can do:

VAR=`date +'%b%e`
# Strip out spaces
VAR="${VAR// }"
3,428
Posted By Chubler_XL
rsync...
rsync (https://www.unix.com/man-page/Linux/1/rsync/) is the tool for this sort of thing, the --dry-run option should report what would happen if you went ahead, it runs over ssh and is quite...
1,877
Posted By itkamaraj
autorep -w -J YOUR-JOB-NAME -r -1 autorep -w -J...
autorep -w -J YOUR-JOB-NAME -r -1
autorep -w -J YOUR-JOB-NAME -r -2
autorep -w -J YOUR-JOB-NAME -r -3
21,900
Posted By Chanakya.m
Hi Olivia, If it is always first 10...
Hi Olivia,
If it is always first 10 characters to be ignore while printing, below command may help you. List them first and using "cut" command print them from 11th character till end of...
45,080
Posted By dufftime
Sounds like you need HTTP POST's
I recently wrote a script to simulate some web transactions recently (not too different than yours), I had good luck following this tip from curl's website...
6,986
Posted By Chubler_XL
Not entirley true, Users can be restricted to...
Not entirley true, Users can be restricted to sftp only, via a custom shell for their account.
6,986
Posted By mrwolfer1
dagio >> correct .... btw .. Olivia if you...
dagio >> correct .... btw .. Olivia if you using SFTP you should be able to use SSH too..
6,986
Posted By @dagio
You want to do it manually? If not you can use...
You want to do it manually?
If not you can use cronjob in the server.
10 2 * * * find /path/to/files -ctime +3 -exec rm {} \;

This will run every day at 02:10 and delete the files older than...
6,986
Posted By
If u cant use ssh then I suggest u to use client...
If u cant use ssh then I suggest u to use client server programming.
Showing results 1 to 11 of 11

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