9 lines
283 B
Text
9 lines
283 B
Text
|
# check the window size after each command and, if necessary,
|
||
|
# update the values of LINES and COLUMNS.
|
||
|
shopt -s checkwinsize
|
||
|
|
||
|
# If set, the pattern "**" used in a pathname expansion context will
|
||
|
# match all files and zero or more directories and subdirectories.
|
||
|
#shopt -s globstar
|
||
|
|