<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Files on Small Sharp Software Tools</title><link>https://smallsharpsoftwaretools.com/tags/files/</link><description>Recent content in Files on Small Sharp Software Tools</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 13 Dec 2025 16:30:00 -0600</lastBuildDate><atom:link href="https://smallsharpsoftwaretools.com/tags/files/index.xml" rel="self" type="application/rss+xml"/><item><title>Find Long Lines With awk</title><link>https://smallsharpsoftwaretools.com/tips/find-long-lines-with-awk/</link><pubDate>Sat, 13 Dec 2025 16:30:00 -0600</pubDate><guid>https://smallsharpsoftwaretools.com/tips/find-long-lines-with-awk/</guid><description>Find lines that exceed a specific character limit in text files and source code using awk, great for enforcing line length standards.</description></item><item><title>Copy thousands of files with rsync</title><link>https://smallsharpsoftwaretools.com/tips/copy-thousands-of-files-with-rsync/</link><pubDate>Mon, 29 Jul 2024 10:07:36 -0500</pubDate><guid>https://smallsharpsoftwaretools.com/tips/copy-thousands-of-files-with-rsync/</guid><description>Use rsync to copy thousands of files between machines with progress tracking, resume support, and options for bandwidth control.</description></item><item><title>Follow Log Files With Less</title><link>https://smallsharpsoftwaretools.com/tips/follow-log-file-with-less/</link><pubDate>Fri, 17 May 2024 11:21:44 -0500</pubDate><guid>https://smallsharpsoftwaretools.com/tips/follow-log-file-with-less/</guid><description>Follow and monitor log files in real time using the less command, with search, navigation, and filtering right in your terminal.</description></item><item><title>Find Modified Files</title><link>https://smallsharpsoftwaretools.com/tips/find-modified-files/</link><pubDate>Fri, 17 May 2024 11:00:50 -0500</pubDate><guid>https://smallsharpsoftwaretools.com/tips/find-modified-files/</guid><description>Use the &lt;code&gt;find&lt;/code&gt; and &lt;code&gt;sort&lt;/code&gt; commands to search a directory for the most recently modified files and sort them by modification time.</description></item><item><title>Create Multiple Files With Brace Expansion</title><link>https://smallsharpsoftwaretools.com/tips/create-multiple-files-with-brace-expansion/</link><pubDate>Fri, 17 May 2024 10:07:36 -0500</pubDate><guid>https://smallsharpsoftwaretools.com/tips/create-multiple-files-with-brace-expansion/</guid><description>Use brace expansion in the terminal to create multiple files or directories with a single command, saving time and effort.</description></item><item><title>Rename Multiple Files</title><link>https://smallsharpsoftwaretools.com/tips/rename-files/</link><pubDate>Tue, 14 May 2024 19:12:30 -0500</pubDate><guid>https://smallsharpsoftwaretools.com/tips/rename-files/</guid><description>Batch rename files in the terminal using a Bash for loop and the mv command to change file extensions and naming patterns quickly.</description></item></channel></rss>