2139 links
238 private links
  • Ginko's Link Dump
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
9 results tagged bash x
  • bash - Move all files from subdirectories to current directory? - Super User

    find . -mindepth 2 -type f -exec mv -i -- {} . \; #Move files up
    find . -depth -mindepth 1 -type d -empty -exec rmdir {} \; #Delete empty directories

    September 18, 2018 at 12:08:11 AM GMT+2 - permalink -
    QRCode
    - archive.org - https://superuser.com/questions/355891/move-all-files-from-subdirectories-to-current-directory#419113
    bash
  • Arrays [Bash Hackers Wiki]
    March 18, 2015 at 10:49:40 AM GMT+1 - permalink -
    QRCode
    - archive.org - http://wiki.bash-hackers.org/syntax/arrays
    bash
  • Bash Reference Manual
    September 10, 2013 at 4:12:05 PM GMT+2 - permalink -
    QRCode
    - archive.org - https://www.gnu.org/software/bash/manual/bashref.html#Using-History-Interactively
    bash history shell
  • Unknown Bash Tips and Tricks For Linux | Linux.com
    September 10, 2013 at 4:09:07 PM GMT+2 - permalink -
    QRCode
    - archive.org - https://www.linux.com/learn/tutorials/550520-unknown-bash-tips-and-tricks-for-linux
    bash shell type kill
  • bash Tips and Tricks
    September 10, 2013 at 3:54:51 PM GMT+2 - permalink -
    QRCode
    - archive.org - http://www.softpanorama.org/Scripting/Shellorama/bash_tips_and_tricks.shtml
    bash shell tipsntricks
  • HowTo: Use Bash Parameter Substitution Like A Pro
    September 10, 2013 at 3:48:11 PM GMT+2 - permalink -
    QRCode
    - archive.org - http://www.cyberciti.biz/tips/bash-shell-parameter-substitution-2.html
    bash shell parameter examples
  • Internal Variables
    September 10, 2013 at 3:46:07 PM GMT+2 - permalink -
    QRCode
    - archive.org - http://tldp.org/LDP/abs/html/internalvariables.html
    bash shell internal variable
  • Parameter Substitution
    September 10, 2013 at 3:44:52 PM GMT+2 - permalink -
    QRCode
    - archive.org - http://www.tldp.org/LDP/abs/html/parameter-substitution.html
    bash shell parameter expansion
  • Parameter expansion [Bash Hackers Wiki]
    September 10, 2013 at 3:43:37 PM GMT+2 - permalink -
    QRCode
    - archive.org - http://wiki.bash-hackers.org/syntax/pe
    bash shell variable parameter expansion
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation