Search Results

Search: Posts Made By: abhi_123
1,693
Posted By bakunin
Yes, it is possible and yes, such a public key is...
Yes, it is possible and yes, such a public key is valid for scp-, sftp- and ssh-connections. I don't know if jdbc can use the same key, however.

scp, ssh and sftp all share the same protocol (SSL,...
2,703
Posted By RudiC
No attempts / ideas / thoughts from your side? ...
No attempts / ideas / thoughts from your side?


try
awk '/----\r$/ && $1=$1' OFS=, /tmp/sample_linebyline.txt
840-1,1,ABCD,0010211-00,0012345678/012345678912,123456789012,2745.25-,----...
2,703
Posted By Aia
Save as convert.py Run as python3 convert.py ...
Save as convert.py
Run as python3 convert.py
with open('sample_linebyline.txt') as rf, open('sample_linebyline.csv', 'w') as wf:
for line in rf:
if line.endswith('----\n'):
...
933
Posted By Scrutinizer
Try: var=abcdedg1234.cnf echo...
Try:
var=abcdedg1234.cnf
echo "${var%%[![:alpha:]]*}"
933
Posted By RavinderSingh13
Hello abhi_123, Please use CODE TAGS as per...
Hello abhi_123,

Please use CODE TAGS as per forum rules for your sample Input_file and sample output_file, following may help you in same.

val="abcdedg1234.cnf"
echo "$val" | awk...
1,316
Posted By bakunin
As always with cron scripts: watch out for Cron...
As always with cron scripts: watch out for Cron Problem Number One (https://www.unix.com/302917669-post9.html).

In addition i strongly suggest to add redirections to your crontab entries:
...
1,316
Posted By Don Cragun
Some of RavinderSingh13's suggestions would work...
Some of RavinderSingh13's suggestions would work on some Linux and UNIX systems, but would not work on others; some would be accepted by some system, but would not trigger at the requested times. ...
1,316
Posted By RavinderSingh13
Hello abhi_123, Following may help you in...
Hello abhi_123,

Following may help you in same, also you can get more information from man cron too.

1st: 00-30/5 22 * * * /test/singh/test.ksh22 shows script should run from 10:00 PM 00-30to...
1,965
Posted By rbatte1
Highlight your code and press the code button to...
Highlight your code and press the code button to mark it as such. It will show up in the editor panel as something like:-

my code here


Anyway, the problem here is that the files get passed...
1,807
Posted By chacko193
Why dont you use thefind command. find...
Why dont you use thefind command.

find /file/mm -type f -name "Position*${dt}.csv"
Showing results 1 to 10 of 10

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