Search Results

Search: Posts Made By: k.keerthi2005
3,301
Posted By k.keerthi2005
How to get the input using variable?
Hi all,

Using shell script i need to send this report to the user. The department number will be mentioned every time in the input file as an input. I am not sure how to write a script by taking...
1,212
Posted By k.keerthi2005
Format issue
I was trying to copy the file content of program from server to other server you ctrl+c. once after the pasting in the other server the file alignment is getting changed. since I don't have scp...
1,654
Posted By k.keerthi2005
could you please anyone check whether if loops is...
could you please anyone check whether if loops is correct.

# Check the file size, if its greater than 20 MB then zip the file,else dont
if [[ $REPORT_FILE_SIZE > 20971520 ]];then...
1,654
Posted By k.keerthi2005
thanks
thanks
1,654
Posted By k.keerthi2005
+ move_to_history_area_func Q35097C.W1834 +...
+ move_to_history_area_func Q35097C.W1834
+ tar_file=Q35097C.W1834.tar
+ [[ -f Q35097C.CNT ]]
+ [[ -f Q35097C.DIC ]]
+ [[ -f Q35097C.DIM ]]
+ [[ -f Q35097C.FOR ]]
+ [[ -f Q35097C.HIE ]]
+ [[...
1,654
Posted By k.keerthi2005
Need a help on the below shell script
I have changed the code to zip and sent to the users as exhange has a maximum send/ receive limit of 20 MB
REPORT_FILE=$(ls $new_mdatfile_cat.csv)
REPORT_FILE_SIZE=$(ls -ltr $new_mdatfile_cat.csv |...
Showing results 1 to 6 of 6

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