Search Results

Search: Posts Made By: phumaree
3,263
Posted By phumaree
what? i completely didn't catch up what you had...
what? i completely didn't catch up what you had said here. i used putty, telnet and cygwin but i don't know vi. :confused:
3,263
Posted By phumaree
I modifie the code according to your...
I modifie the code according to your specifications:

#!/bin/ksh
MAIN_DIR=/home/user/pumela/
FILE_LIST=/home/user/pumela/file_list.txt
find ${MAIN_DIR} -type f -name "*.txt" -mtime +2 >...
3,263
Posted By phumaree
You haven't told us what operating system you're...
You haven't told us what operating system you're using, but your tar command probably only works on AIX systems. (At least it won't work on Solaris-, Linux-, or BSD-based systems.) What operating...
5,195
Posted By phumaree
Thank you so much!
Thank you so much!
3,263
Posted By phumaree
Cd and mv in a tar ksh script not working
hi forums, can you help me on how to make cd and mv code work in this script?

#!/bin/ksh
#i got it from:...
5,195
Posted By phumaree
I apologize also to this instance, I'm actually a...
I apologize also to this instance, I'm actually a bit new with the unix syntax
5,195
Posted By phumaree
hi Don, here were the outputs (i am using crimson...
hi Don, here were the outputs (i am using crimson editor):
pumela@vampyrtest Non Production ~/pumela
$ od -bc < pumelatxf.ksh
0000000 043 041 057 142 151 156 057 153 163 150 012 144 151 162 061...
5,195
Posted By phumaree
it has progress but there were still errors in...
it has progress but there were still errors in cygwin, i think cygwin is the issue here
i changed the code a little bit:

#!/bin/ksh
dir1="/home/pumela/pumela"
cd "$dir1"
for srcd in...
5,195
Posted By phumaree
The difference is: for the first post, I am using...
The difference is: for the first post, I am using telnet. . . but later on, I migrated all my files to other client terminal, for this round I am using Cygwin, that is the only difference that I...
5,195
Posted By phumaree
I got some issues after I re evaluate and modify...
I got some issues after I re evaluate and modify the script:

pumelatxf.ksh

#!/bin/ksh
dir1="/home/user/pumela/"
cd "$dir1"
for srcd in /home/user/pumela/archive
do targetd=${srcd#*/}
...
5,195
Posted By phumaree
Issues in Csv file transfer copy from one dir to another
Hi Unix community,

I got this code from you guys and I tried to modify it to use for my csv dir transfer
basically i want the .csv file to copy itself and populate it to the archive dir....
Showing results 1 to 11 of 11

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