Search Results

Search: Posts Made By: kaah
17,370
Posted By kaah
Doh! I feel like such a noob :D Works fine now!...
Doh! I feel like such a noob :D Works fine now! Thanks!
17,370
Posted By kaah
Can you checksum just the filenames?
Can you checksum just the filenames?
17,370
Posted By kaah
Code: #!/bin/sh for file in * do if [...
Code:
#!/bin/sh

for file in *
do
if [ ! -e /www/kaah/test1/"${file}".torrent ]
then
# ls "${file}" # try this first with ls instead of rm
# ls...
17,370
Posted By kaah
Output: ks2014631# /home/kaah/torrent_clean2.sh...
Output:
ks2014631# /home/kaah/torrent_clean2.sh
ls: spaces.file: No such file or directory
ls: test: No such file or directory
ls: with: No such file or directory
ls: /home/kaah/test1/test: No...
17,370
Posted By kaah
Doing a test on a test dir: ks2014631#...
Doing a test on a test dir:


ks2014631# /home/kaah/torrent_clean2.sh
test.file
ls: ]: No such file or directory
/home/kaah/test1/test.file.torrent
test1.file
ls: ]: No such file or directory...
17,370
Posted By kaah
Thanks, no error message now but nothings seems...
Thanks, no error message now but nothings seems to happen. It just sits there until I abort it.
17,370
Posted By kaah
The basic idea seems to exactly what I am looking...
The basic idea seems to exactly what I am looking for but its not quite working . I tried your example first (didnt work) I then did some minor changes but I was unsuccessful.


#!/bin/sh
...
17,370
Posted By kaah
Thanks for all your responses! As I understand...
Thanks for all your responses!
As I understand it it is not possible to a straight directory to directory comparisson since the file names are not identical (the suffixes and the last part of the...
17,370
Posted By kaah
Compare files in two folders and delete missing ones
I do not know much about shell scripting so I am at a loss here. If someone can help me, that would be great!

I have two directories

/dir1

/dir2

I need to delete all files from /dir1 and...
Showing results 1 to 9 of 9

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