52 reputation
7
bio website
location
age
visits member for 9 months
seen yesterday
stats profile views 1

Apr
10
awarded  Teacher
Apr
10
comment How do I get a field in bash's job list using awk?
Thanks, this seems to work great! The solution hinted at by manatwork is more general though.
Apr
10
answered How do I get a field in bash's job list using awk?
Apr
10
comment How do I get a field in bash's job list using awk?
Unfortunately, when I substitute the single quotes with double quotes in my example, it returns some integer value. I assume the back ticks are to blame for this. However, if I don't use echo and drop the back ticks, it seems to work fine. Looks like I overcomplicated things. Thanks a lot for this hint, this is a more general and therefore better solution than using functionality specific to awk to pass shell variables.
Apr
10
revised How do I get a field in bash's job list using awk?
The 2nd argument is the column, the result is the field.
Apr
10
suggested suggested edit on How do I get a field in bash's job list using awk?
Apr
10
awarded  Commentator
Apr
10
comment How do I get a field in bash's job list using awk?
I know, but shouldn't bash substitute the arguments with their values before it executes awk? So that $1 becomes 1 and $2 becomes 4 in my example. I mean, that's the point of using the dollar sign in a bash function, isn't it?
Apr
10
revised How do I set bash aliases and variables from within vim?
I added the ^z option to go back to the original shell, because it is a standard that's used by other programs as well.
Apr
10
comment How do I get a field in bash's job list using awk?
I need the $ to refer to the respective arguments. The function is supposed to receive the line number as first, and the column number as the second argument.
Apr
10
accepted How do I set bash aliases and variables from within vim?
Apr
10
suggested suggested edit on How do I set bash aliases and variables from within vim?
Apr
10
comment How do I set bash aliases and variables from within vim?
Thank you a lot for your detailed answer, but that's a bit too much ~/.vimrc trickery for my taste. I prefer the "use :let or drop out of vim and define them in the shell" solution from Ingo Karkat.
Apr
10
asked How do I get a field in bash's job list using awk?
Apr
10
asked How do I set bash aliases and variables from within vim?
Apr
7
awarded  Scholar
Apr
7
accepted How to switch back and forth between users quickly on a single terminal?
Apr
7
comment How to open konsole in fullscreen mode?
I already hid the menu and tab bar and set the profile to save the size and location. I still have to press the shortcut to go into fullscreen each time I open a new konsole window. I want it to start in fullscreen though, like xterm with its "-fullscreen" command line option.
Apr
5
asked How to open konsole in fullscreen mode?
Apr
5
awarded  Editor