Contents:
What’s your current laptop config?
you mean hardware specs?
How is it possible that the histsize returns 1000 even though it’s not set in env?
Any place where I can check those vars?
Question is when is this declare running?
Where is this declare setting?
Is it stored in a file or what?
bashrc, for instance?
What’s your current laptop config?
you mean hardware specs?
How is it possible that the histsize returns 1000 even though it’s not set in env?
Any place where I can check those vars?
Question is when is this declare running?
Where is this declare setting?
Is it stored in a file or what?
bashrc, for instance?
K11M1 2022-08-05 12:43:31
Pjs_6878 2022-08-05 12:33:06
What’s your current laptop config?
you mean hardware specs?
Pjs_6878 2022-08-05 13:21:12
Ya
Vishesh Swaraj 2022-08-05 13:22:58

How to fix this?
My wireless adapter is appearing and disappearing after showing this message.
ufoludek 2022-08-05 16:14:57

How is it possible that the histsize returns 1000 even though it’s not set in env?
alexmb7 2022-08-05 16:16:27
ufoludek 2022-08-05 16:14:57
How is it possible that the histsize returns 1000 even though it’s not set in env?
env is one higher
before are normal vars, such as u see
alexmb7 2022-08-05 16:16:48
env is for only same inter process var val pairs, optional by default
ufoludek 2022-08-05 16:17:01
Any place where I can check those vars?
alexmb7 2022-08-05 16:17:08
hmmmm
alexmb7 2022-08-05 16:17:11
sec
alexmb7 2022-08-05 16:19:10
ufoludek 2022-08-05 16:17:01
Any place where I can check those vars?
compgen -A variable
ufoludek 2022-08-05 16:19:14
declare -p
ufoludek 2022-08-05 16:19:16
I found it
alexmb7 2022-08-05 16:19:18
or
declare -p
declare -p
ufoludek 2022-08-05 16:19:20

ufoludek 2022-08-05 16:19:42
Question is when is this declare running?
ufoludek 2022-08-05 16:19:44
Before env?
ufoludek 2022-08-05 16:19:46
After env?
alexmb7 2022-08-05 16:19:51
no env
alexmb7 2022-08-05 16:19:52
what enc
alexmb7 2022-08-05 16:19:54
env
alexmb7 2022-08-05 16:19:55
where
ufoludek 2022-08-05 16:20:10
Where is this declare setting?
alexmb7 2022-08-05 16:20:12
declare -x foo=bar
ufoludek 2022-08-05 16:20:15
Is it stored in a file or what?
alexmb7 2022-08-05 16:20:18
-x is enc
alexmb7 2022-08-05 16:20:19
enc
alexmb7 2022-08-05 16:20:20
enc
alexmb7 2022-08-05 16:20:22
hrm
alexmb7 2022-08-05 16:20:28
— are normal
alexmb7 2022-08-05 16:20:37
-A are arrays and -a too etc
alexmb7 2022-08-05 16:20:49
memoty
alexmb7 2022-08-05 16:20:54
in runtime
AmazonUserHelpService 2022-08-05 16:21:06
Does tee command always work as superuser?
alexmb7 2022-08-05 16:21:17
what means
rmura 2022-08-05 16:21:36
ufoludek 2022-08-05 16:20:15
Is it stored in a file or what?
Have you checked all files sourced by your .bashrc, for instance?