[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-bash] read -r question
From: |
Leonardo Nc |
Subject: |
[Help-bash] read -r question |
Date: |
Thu, 13 Feb 2014 20:37:13 -0500 |
Hi, I'll like to know what these lines mean. It is a part of the function
load_profile() in the arch linux file /usr/lib/network/globals
while read -r hook; do
source "$hook"
done < <(find -L "$PROFILE_DIR/hooks" -maxdepth 1 -type f -executable
-not -name '.*' -not -name '*~' | sort -u)
at the beginning of the function is declared a local variable called hook
with the line "locale hook".
thanks for you help.
--
leonardo<http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x24883F55141C1C5C>
- [Help-bash] read -r question,
Leonardo Nc <=