Search Results

Search: Posts Made By: takissd
10,452
Posted By takissd
hey guys thanks again for your replies.. i...
hey guys thanks again for your replies..

i still have a problem with the script... so i have a few versions of it that dont work, here they are:

#!/bin/bash


PREVLATEST=""
while [ 1 ]; do...
10,452
Posted By takissd
so i retried: here is my script #!/bin/bash ...
so i retried: here is my script

#!/bin/bash


PREVLATEST=""
while [ 1 ]; do
LATEST=`ls -tr /var/mobile/Media/DCIM/100APPLE | tail -1`
if [ "${LATEST}" != "${PREVLATEST}" ]; then
cp `ls...
10,452
Posted By takissd
i am on iphone... i am quite confused with all...
i am on iphone... i am quite confused with all the environments, i try to read of the internet but things dont make sense sometime :)
I dont think rsync will work for me....

As of now, i am...
10,452
Posted By takissd
Tony, once again thank you for the fast and...
Tony, once again thank you for the fast and detailed reply, i will be trying it in a while and let you know!
10,452
Posted By takissd
hello there, i tried it and it doesnt work :( ...
hello there, i tried it and it doesnt work :(
I tried to code below:

PREVLATEST=""
while [ 1 ]; do
LATEST=`ls -tr /var/Folder1/ | tail -1`
if [ "${LATEST}" != "${PREVLATEST}" ]; then
cp...
10,452
Posted By takissd
Tony thanks so much i will give it a try!!!!!
Tony thanks so much i will give it a try!!!!!
10,452
Posted By takissd
thanks for your answer! I am going to look into...
thanks for your answer!
I am going to look into it and letu know more questions! :)
10,452
Posted By takissd
Copying latest file into a folder
Hello all, this is my first post while i am trying to understand unix.
I would basically like to know if i can do this:
Lets say i have a folderA and folderB
And i save something in folderA

Can...
Showing results 1 to 8 of 8

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