Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

post to delete

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
Allain
Posts: 20
Joined: 2016-12-06 13:55

post to delete

#1 Post by Allain »

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Last edited by Allain on 2017-08-17 23:42, edited 2 times in total.

Allain
Posts: 20
Joined: 2016-12-06 13:55

Re: Bash - 'While IFS= read' - do not read the last line of

#2 Post by Allain »

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Last edited by Allain on 2017-08-17 23:41, edited 1 time in total.

User avatar
ralph.ronnquist
Posts: 342
Joined: 2015-12-19 01:07
Location: Melbourne, Australia
Been thanked: 6 times

Re: Bash - 'While IFS= read' - do not read the last line of

#3 Post by ralph.ronnquist »

Have you tried

Code: Select all

echo >> gvar
before

Code: Select all

less gvar

Post Reply