Comments on: 5 Command Line Tools to Find Files Quickly in Linux https://www.tecmint.com/find-files-quickly-in-linux-terminal/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 14:53:43 +0000 hourly 1 By: Aaron Kili https://www.tecmint.com/find-files-quickly-in-linux-terminal/comment-page-1/#comment-1034912 Wed, 12 Sep 2018 10:09:47 +0000 https://www.tecmint.com/?p=30484#comment-1034912 In reply to Andrew McDermott.

@Andrew

True, good addition, many thanks.

]]>
By: Aaron Kili https://www.tecmint.com/find-files-quickly-in-linux-terminal/comment-page-1/#comment-1034911 Wed, 12 Sep 2018 10:08:50 +0000 https://www.tecmint.com/?p=30484#comment-1034911 In reply to Kryztoval.

@Kryztoval

Ok, many thanks for the head up.

]]>
By: Aaron Kili https://www.tecmint.com/find-files-quickly-in-linux-terminal/comment-page-1/#comment-1034909 Wed, 12 Sep 2018 10:07:45 +0000 https://www.tecmint.com/?p=30484#comment-1034909 In reply to Gray Arswright.

@Gray

Oh, this is good, many thanks for sharing this useful tip.

]]>
By: Kryztoval https://www.tecmint.com/find-files-quickly-in-linux-terminal/comment-page-1/#comment-1034053 Sun, 09 Sep 2018 19:17:55 +0000 https://www.tecmint.com/?p=30484#comment-1034053 Why are you piping cut when you could have used "-l" or –-files-with-matches directly and avoid using a second command.

]]>
By: Andrew McDermott https://www.tecmint.com/find-files-quickly-in-linux-terminal/comment-page-1/#comment-1033945 Sun, 09 Sep 2018 06:57:20 +0000 https://www.tecmint.com/?p=30484#comment-1033945 If you are using bash you should use the built-in type instead of the external which.

]]>