some machines can't switch to another TTY with
'Alt+Fn'. Instead, using
'Fn(function key)+Alt+Fn(n stand for number)'
works.
whether its appropriate for adding a tip like
above to Section5.4 of installation handbook.
As far as I know you need to use 'Ctrl-a n' to move the screen focus > into the next region of the split screen and then 'Ctrl-a c' to
start > a window in this split region with a shell in it. Otherwise it >
remains empty. > > You could also use 'Ctrl-a 0' to display the content
of the first >
Is it a bug that the gnu screen itself can't invoke
a shell automatically after running 'Ctrl-a S' ?
> This, in my opinion, is a case of “useless use of cat”.
> `cat somefile | sort` can be replaced by “sort file”.
Agree with that, i will attempt to add an replacing
adivce to the talking page of the kernel/upgrade wiki
page.
> I don’t quite follow. Do you mean the “.*”, so you replace .* with .?
the sentence is just as follows:
diff <(cat .config | sort) <(cat .config.old | sort) | awk '/^>.*(=|Linux)/ {
$1=""; print }'
without inserting the 'cat' and '*'(the part of awk),It seems like, the result
of the command is the same as before.
Does the existence of the aboving 'cat' and '*' (
5 matches
Mail list logo