| bio | website | wiki.ubuntu.com/Kangarooo |
|---|---|---|
| location | Riga, Republic of Latvia | |
| age | ||
| visits | member for | 2 years, 4 months |
| seen | Apr 29 at 11:42 | |
| stats | profile views | 171 |
Now i use
- 10.04 LTS
- Ubunu Netbook Remix
Rarely i use
- 12.04.01 LTS
- Ubuntu Desktop
- Lubuntu
- 10.04.04 LTS
- Ubuntu Desktop
For testing
- x/Ubuntu Desktop
- 12.04
- 11.10
- 11.04
Previously
- Xubuntu 12.04 anno 8.10
Some periods used (in order of prefference)
- Crunchbang till ubuntu Crunchbang
- LinuxMint 10 till 12
- MeeGo
- Fedora
- DSL
- BackTrack 3, 4, 5
- PuppyLinux
- Kubuntu 10.04
|
1d |
awarded | Famous Question |
|
May 13 |
awarded | Popular Question |
|
Apr 15 |
awarded | Popular Question |
|
Feb 16 |
awarded | Popular Question |
|
Jan 28 |
awarded | Popular Question |
|
Jan 25 |
awarded | Yearling |
|
Jan 23 |
awarded | Notable Question |
|
Jan 15 |
accepted | How to clean duplicates existing in one folder from another recursively? |
|
Jan 15 |
revised |
How to clean duplicates existing in one folder from another recursively? added 314 characters in body |
|
Jan 15 |
comment |
How to clean duplicates existing in one folder from another recursively? No one says any importance this needs to be higher priority then your priorities. File list: . ├── A │ └── Excellent │ ├── 1.png │ └── 2.png └── B ├── Bad │ ├── 1.png │ └── 2.png └── Excellent ├── 1.png └── 2.png Ah i did more tests and wasnt sure why not working. Then i forgot how i had files for test distributed. So now i found that if duplicate file is in different subfolder then primary file subfolder then it isnt deleted. So result deleted all in exact same folder content Excellent but not same files in folder Bad. |
|
Jan 15 |
revised |
“Multisystem” lost avareness of installed OS added 110 characters in body; edited title |
|
Jan 15 |
comment |
How to clean duplicates existing in one folder from another recursively? The 1st command i tested doesnt check for duplicates in folder B. So recursive isnt on for checking in B. |
|
Jan 14 |
comment |
How to clean duplicates existing in one folder from another recursively? How to make 1st command recursive? With find and xarg? |
|
Jan 13 |
asked | Ubuntu 10.04 & 12.04 sharing folder to Windows 7 |
|
Jan 13 |
comment |
No access to Samba shares I did that. Didnt help. BTW theres no such file gksu gedit /etc/samba/smbusers so i saved it so its new empty. Whats use of that? How this answer is accepted? It isnt working. |
|
Jan 13 |
comment |
Share across network to Windows users Good but its not solution for this problem. Problem here is sharing folder from another comp so we can access files all the time. |
|
Jan 13 |
comment |
How to clean duplicates existing in one folder from another recursively? WOW i just understood this is SUPER AMAZING command! It will check files one by one deleting if it exists in B folder. But missing is checking in recusive subfolders of B. |
|
Jan 13 |
comment |
How to clean duplicates existing in one folder from another recursively? Ah yes i see now what was A in there. Ok it works but not if i post to Folder B. It worked if i put it to check subfolder. Is there some recursive option also? And packages.ubuntu.com/oneiric/rdfind isnt in 10.04 (lucid) but ill try to get on some 12.04. Ill use combination of both. 1st to delete exact names. Then more cleaning and then exact sizes. Exact sizes is better but since couse of not having exact sizes couse of Excelent/Bad/Good variations of same file then they will have different sizes. But ill do some backup and check test exact comparison command also. |
|
Jan 13 |
comment |
How to clean duplicates existing in one folder from another recursively? Maybe its couse im on Ubuntu 10.04 but 1st solution isnt working. For testing i made folder Good and B. In Good is 1 file. In B is 2 subfolders both have 2 files. Command i did kangarooo@kangarooo-laptop:~/000 Test Dups$ find Good/ -depth -type f -print0 | xargs -0 -I{} bash -c 'rm "B${1#*A}"' - {} rm: cannot remove `BGood/vlcsnap-2012-12-11-01h36m32s101.png': No such file or directory And other programm isnt in 10.04 ill try when ill get to some 12.04 but is there alternative to 10.04 also? |
|
Jan 12 |
comment |
How do I fix a “Could not get lock /var/lib/dpkg/lock” problem? Khe khem.. How this helps? I got this var lock and found this page and did this command and it made black screen and no way opening anything. Not alt+ctrl+f(1-8) |