organize_downloads.sh - moves files of well-known extensions in the $HOME/Downloads directory older than 1 week to capitalized subdirectories of their type to keep the $HOME/Downloads/ directory tidy copy_to_clipboard.sh - copies stdin or string arg to system clipboard on Linux or Mac past...
organize_downloads.sh - moves files of well-known extensions in the $HOME/Downloads directory older than 1 week to capitalized subdirectories of their type to keep the $HOME/Downloads/ directory tidy copy_to_clipboard.sh - copies stdin or string arg to system clipboard on Linux or Mac past...
git-diff-files(1) git-diff-index(1) git-diff-tree(1) git-diff(1) git-difftool(1) git-fast-export(1) git-fast-import(1) git-fetch-pack(1) git-fetch(1) git-filter-branch(1) git-fmt-merge-msg(1) git-for-each-ref(1) git-format-patch(1) git-fsck-objects(1) git-fsck(1)...
Used to avoid overwriting files which are not mere updates but completely different files organize_downloads.sh - moves files of well-known extensions in the $HOME/Downloads directory older than 1 week to capitalized subdirectories of their type to keep the $HOME/Downloads/ directory tidy copy...
find $INTRANETDESTINATION/daily -mtime +8 -exec rm {} \; # Delete weekly backups older than ...
Ctrl + w deletes the token left of the cursor Ctrl + z Suspend / Stop the command Ctrl + / Undo last command-line edit ALT Key BoundBasic commands Command Description Alt + < Move to the first line in the history Alt + > Move to the last line in the history Alt + ?
1.Normalinteractive:Loginshellsruncommandsin /etc/profile.Thefirstof?/.bash_profile,?/.bash_login, and?/.profilethatisfoundisexecuted.Thisstageis skippedif??noprofileisused. Uponlogout,bashruns?/.bash_logoutifitexists. Interactivenon-loginshellsexecute?/.bashrc,ifit ...
file[/var/opt/gitlab/gitlab-rails/config.ru] action delete (up to date) Recipe: gitlab::selinux bash[Set proper security context on ssh files for selinux] action nothing (skipped due to action :nothing) Recipe: gitlab::add_trusted_certs ...
1. Close Wrye Bash 2. Go into : Documents \ My games \ Skyrim \ 3. Delete any files named with Bash in there ( BashSettings.dat / BashLoadOrder.dat ) This will reset things like Windows sizes, menu selections and settings plus your loadorder settings .. The next time you load Wrye...
# delete old databases. I have it setup on a daily cron so anything older than 60 minutes is fine if [ $DELETE_EXPIRED_AUTOMATICALLY == "TRUE" ]; then counter=0 for del in $(find $BASE_DIR -name '*-[0-9][0-9].[0-9][0-9].[AP]M' -mmin +${expire_minutes}) ...