Search Results

Search: Posts Made By: raphinou
1,738
Posted By raphinou
same action in then as in else: explanation?
in /etc/init.d/networking of an ubuntu computer, I found this code:

if ifdown -a --exclude=lo; then
log_action_end_msg $?
else
...
4,261
Posted By raphinou
Thanks scottn for the clarifications. Any idea...
Thanks scottn for the clarifications.
Any idea why read <<< behaves differently from echo "" | read

Raph
4,261
Posted By raphinou
read and IFS
Hi,

This is out of curiosity:
I wanted to extract year, month and date from a variable, and thought that combining read and IFS would help, but this doesn't work:

echo "2010 10 12" | read y m...
15,426
Posted By raphinou
attach process from another ssh session
Hi,

I was logged in on a server, by ssh, with a vim open, when the battery of my laptop got empty.
When I return to the server by ssh, I can see my previous ssh session still open, and the vim...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy