Here is a quick Linux tip for those who want to replace their old IP with new one for all files in a given directory…
Tag: bash
Busybox ash, Debian dash and simulating bash arrays
Busybox ash (Almquist shell) shell and Debian dash (Debian Almquist shell) are lightweight Unix shell and they are a variant of System V.4 variant of…
bash: find all files between a given time period
Here is the command to find all files between two given dates with find linux command: to use “find” with -newermt you must have find…