Moderator: Moderators
$ find . -mtime +0 -mtime -10
$ find . -mtime +0 -mtime -15
$ find . -mtime +0 -mtime -20
./Icons/zbar.png
$$ ls -la ./Icons/zbar.png
-rw-r--r-- 1 fitzcarraldo users 7790 Oct 5 06:16 ./Icons/zbar.png
$$ find . -size +5000k
./IE8-WindowsXP-x86-ENU.exe
./visioviewer.exe
./Sabayon_Linux_10_amd64_Xfce.iso
./Machinarium/Machinarium-Demo-EN.tar.gz
./Machinarium/Machinarium_full_en_v3.tar.gz
./Machinarium/Machinarium-full_en_v3.exe
./Machinarium/MachinariumSoundtrack.zip
./MyPhoneExplorer_Setup_1.8.4.exe
$$ ls -lh ./IE8-WindowsXP-x86-ENU.exe
-rw-r--r-- 1 fitzcarraldo users 17M Sep 6 2011 ./IE8-WindowsXP-x86-ENU.exe
$ ls -lh ./visioviewer.exe
-rw-r--r-- 1 fitzcarraldo users 7.7M Sep 4 2011 ./visioviewer.exe
$ ls -lh ./Sabayon_Linux_10_amd64_Xfce.iso
-rw-r--r-- 1 fitzcarraldo users 1.4G Oct 14 17:37 ./Sabayon_Linux_10_amd64_Xfce.iso
$ ls -lh ./Machinarium/Machinarium-Demo-EN.tar.gz
-rw-r--r-- 1 fitzcarraldo users 33M Oct 1 2010 ./Machinarium/Machinarium-Demo-EN.tar.gz
$ ls -lh ./Machinarium/Machinarium_full_en_v3.tar.gz
-rw-r--r-- 1 fitzcarraldo users 344M Oct 1 2010 ./Machinarium/Machinarium_full_en_v3.tar.gz
$ ls -lh ./Machinarium/Machinarium-full_en_v3.exe
-rw-r--r-- 1 fitzcarraldo users 347M Oct 1 2010 ./Machinarium/Machinarium-full_en_v3.exe
$ ls -lh ./Machinarium/MachinariumSoundtrack.zip
-rw-r--r-- 1 fitzcarraldo users 129M Oct 1 2010 ./Machinarium/MachinariumSoundtrack.zip
$ ls -lh ./MyPhoneExplorer_Setup_1.8.4.exe
-rw-r--r-- 1 fitzcarraldo users 6.5M Oct 10 23:11 ./MyPhoneExplorer_Setup_1.8.4.exe
$$ cp MyPhoneExplorer_Setup_1.8.4.exe .testfile
$ ls -lh .testfile
-rw-r--r-- 1 fitzcarraldo users 6.5M Oct 22 14:54 .testfile$ find . -size +5000k
./IE8-WindowsXP-x86-ENU.exe
./visioviewer.exe
./Sabayon_Linux_10_amd64_Xfce.iso
./.testfile
./Machinarium/Machinarium-Demo-EN.tar.gz
./Machinarium/Machinarium_full_en_v3.tar.gz
./Machinarium/Machinarium-full_en_v3.exe
./Machinarium/MachinariumSoundtrack.zip
./MyPhoneExplorer_Setup_1.8.4.exe
$Well, I don't use Dolphin's GUI features much, but I'll show you how I'd do it (cheating a bit).
ls -lh $(find . -size +5000k)linuxfluesterer wrote:But I've got a big problem, if the file names contain spaces. Then the directory with spaces can not be found, because only the first word of the directory is read (e.g. ./MTV Movies/xxxx.mp3) Here MTV can not be found!
Stupot wrote:What's funny is that before the dolphin rewrite back in 4.7 or 4.8 (around that time anyway), ctrl+f would bring up a search box which used to have all those options in there, beyond just the standard word search. I'm not sure how to do it in the dolphin of 4.9 either. It sure seems like that ability was lost (or is impossible to find...)

Stupot wrote:Well, that has a lot more than what it has in 4.9, but I know that in 4.3.x is actually pops up a separate dialog box (I use CentOS at work, which has KDE 4.3).
But for now all we get is this: http://i.imgur.com/bdujT.png
I'm not sure if there is a way to enabled a more advanced search, but it certainly seems like nepomuk has the capabilities.
Peter Penz 2011-05-21 20:37:41 UTC wrote:The bug is fixed for Konqueror in 4.7 but it is not planned to add the entry in Dolphin.
Users browsing this forum: No registered users and 0 guests