Re: BUG: grep -v -x -f does not work when pattern file is empty

2018-04-05 Thread Quentin Rameau
Hello Dietmar, > > The standard specifies, for the -f flag: > > > > “Patterns in pattern_file shall be terminated by a . A null > > pattern can be specified by an empty line in pattern_file.” > > The above does not rule an empty pattern_file (i. e. no patterns) out. > The actually relevant part

AW: BUG: grep -v -x -f does not work when pattern file is empty

2018-04-05 Thread dietmar.schindler
> Von: Quentin Rameau > Gesendet: Donnerstag, 5. April 2018 10:24 > > Hello Dietmar, > > > > The standard specifies, for the -f flag: > > > > > > “Patterns in pattern_file shall be terminated by a . A null > > > pattern can be specified by an empty line in pattern_file.” > > > > The above does not

Need help to increase username and password length to login to telnet

2018-04-05 Thread rohini chahar
Hi, I am using busybox version 1.19.4. What I actually need is in the current version i can give username and password upto 20 chars only when using telnet utility. I want to increase this length to 64 chars. I would really appreciate any help. Thanks a lot. Best Regards, Rohini

Re: [PATCH] dc: support GNU dc options (-e/--expression -f/--file)

2018-04-05 Thread wdlkmpx
I see the patch title might be misleading.. this just adds a compatibility layer through -e and -f, but does not implement any additional DC commands. In fact i'm reading the gnu dc manual for the first time ahaha. The busybox dc can be considered a subset of the gnu dc.. with a few incompatibilie