#find

danie10@squeet.me

35+ Advance Examples of the Find Command in Linux

Text table showing: Tutorial Details Description Find Difficulty Level Moderate Root or Sudo Privileges No Host System and Architecture Ubuntu 22.10 (x64) OS Compatibility Ubuntu, Manjaro, Fedora, etc. Prerequisites find Internet Required No
Don’t try memorising all of these, but rather quickly skim the headings in the linked article to give you an idea of what CAN be done with the Find command. You’ll realise, too, that using the command line sometimes, offers way greater power, as well as speed.

Find does not only find a file name matching a pattern, but can also be useful to find all files modified in the last 60 minutes, that have executable permissions, that belong to the root user, that are empty files, that were accessed in the last hour, that are larger than a specified size, and lots more.

The find command is an advanced tool for searching files or directories rigorously in your file system, taking a little longer time than its alternative tools like the locate command. It’s due to its nature of searching a specified file by walking through each file for a match in your system, instead of creating a database where all the file paths are indexed.

See https://linuxtldr.com/find-command/
#Blog, #find, #linux, #opensource, #technology

bliter@diaspora-fr.org

#TheProdigy - Army Of The Ants #EU #Tour 2023

top
https://www.youtube.com/watch?v=vcc05jBuTnc

🔥The Prodigy #announce Army Of The Ants EU Tour 2023🔥

Tues 28th Nov: Rockhal, #Luxembourg
Wed 29th Nov: Ziggo Dome, #Amsterdam
Thurs 30th Nov: Mitsubishi Electric Halle, #Dusseldorf
Sat 2nd Dec: TAP1, #Copenhagen
Sun 3rd Dec: Velodrom, #Berlin
Mon 4th Dec: Festhalle, #Frankfurt
Wed 6th Dec: MTP HALA 3A, #Poznan
Thurs 7th Dec: Sportovni Hala Fortuna, #Prague
Sat 9th Dec: Schleyerhalle, #Stuttgart
Sun 10th Dec: L’Olympia, #Paris

Head over to TheProdigy.com to #find #ticket links for the #shows, ahead of them going onsale at 10:00 CET on Friday 23rd June

#musique #music #concert #live #Europe #European

california@diaspora.permutationsofchaos.com

Finding #Nicknames With #Sherlock

Identifying and tracing a person’s footprints across the #internet usually involves researching nicknames across a wide variety of different platforms. On the one hand you can use the tool to find a nickname that is still available on all platforms and on the other hand to identify the probably same user across platforms. So if you value your privacy, remember how easy it is to find anything on the Internet with the right tools.

github: https://github.com/sherlock-project/sherlock

enter image description here

#tool #utility #search #find #nickname #python #terminal #opensource #privacy

utzer@social.yl.ms

Is it possible that find -exec still runs the command if there was not file found?

I am trying this:
find /home/user/folder/pdfs/ocr -type f \( -iname "*.pdf" -and -not -iname "*_ocr.pdf" \) -exec bash -c 'ocrmypdf -q -l deu+eng --rotate-pages --rotate-pages-threshold 8 -c -s "{}" /home/user/folder/pdfs/ocr_fertig/$(basename "{}" ".pdf")_ocr.pdf' \; -exec ls "{}" \;

But if there is no file in the folder then I get an error from #gostscript that origin.pdf was not defined, so I wonder how I can get exec to run the command only if at least one matching file was found?!

#Linux #find #bash #ocrmypdf

danie10@squeet.me

25 Basic 'find' Command To Search Files In Linux With Examples

The 'find' command in Linux/Unix is known to be one of the most important and frequently used commands for searching files and directories. It supports different arguments and options for finding files and directories. Even if you can find files and folders in Linux via GUI it will be more friendly and easier to use, but the GUI may require a long time to load with larger sizes. As a result, experienced System Administrators use only the command-line search because of its reliability, speed, and power.

In Linux, the 'find' command can be used to find files and folders based on their names, their creation dates, their modification dates, their owners, and their permissions. Once you have mastered these commands, it will be fairly easy to retrieve data from the Terminal.

This guide will help you learn how to use various options with find commands.

See 25 Basic 'find' Command To Search Files In Linux With Examples | LinuxTeck

#technology #Linux #find #search

Image/photo

The 'find' command in Linux/Unix is known to be one of the most important and frequently used commands for searching files and directories. It supports


https://gadgeteer.co.za/25-basic-find-command-search-files-linux-examples