Search Results

Search: Posts Made By: caba_jones
2,856
Posted By caba_jones
i tried to extract the date using the below code...
i tried to extract the date using the below code but not able to,can you please check
#Script for copying files from src to dest based on same date and time
#!/bin/bash

#Script Variables...
2,856
Posted By caba_jones
Read file name based on date
Hi,

I have file name as Example extract_ces_v3_p044444rlt_20160514045705.txt.pgp
extract_ces_v3_p044444rlt_20160614049705.txt.pgp
extract_ces_v3_p044444rlt_20160714046705.txt.pgp

I have to...
Forum: Solaris 07-27-2016
2,774
Posted By caba_jones
Hello caba_jones, Welcome to forums. While...
Hello caba_jones,

Welcome to forums. While seeing your code I think you need to rename all txt files into your present directory. If this is the case then following may help you in same.

for...
Forum: Solaris 07-27-2016
2,774
Posted By caba_jones
for file in ${DPATH}/*.txt.pgp; do mv...
for file in ${DPATH}/*.txt.pgp; do mv ${test}/${FN} ${FN%_*}$(date +%Y%m%d%H%m)"test.txt.pgp" ; done
mv: cannot access (the above path) i am not able to move the files even though i have 777...
Forum: Solaris 07-26-2016
2,774
Posted By caba_jones
will this code rename files in same folder? ...
will this code rename files in same folder?
when i execute its not renaming in the same folder.can you please let me know.
Forum: Solaris 07-26-2016
2,774
Posted By caba_jones
the above code is not working ----------...
the above code is not working

---------- Post updated at 07:54 AM ---------- Previous update was at 07:43 AM ----------

yes 2016 - year
03 - month
14 - day
04 - hour
30 - minute
6 - sec
Forum: Solaris 07-26-2016
2,774
Posted By caba_jones
Remove number in file name
Hi ,

i have a file name with date and time append like
test_SEC_AES_V1_T03_2016031404306

i want to remove the date and time after _ and rename to current date and time,can any one please let...
Showing results 1 to 7 of 7

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