Append an environment variable: 'env append'

17 Mar
2020
17 Mar
'20
4:55 p.m.
Hello,
You can append a string to an existing variable with:
=> env set var ${var} anotherval
but I was wondering if it would be interesting to have an explicit 'append' subcommand that facilitates this:
=> env append var anotherval
I would find it useful for variables that contain lists, like kernel arguments, and such. Has this been discussed in the past?
Thanks -- Hector Palacios
1882
Age (days ago)
1882
Last active (days ago)
0 comments
1 participants
participants (1)
-
Palacios, Hector