The compatibility of AWK/GAWK is up to the point that
~$ awk -V
GNU Awk 4.1.3, API: 1.1 (GNU MPFR 3.1.4, GNU MP 6.1.0)
Copyright (C) 1989, 1991-2015 Free Software Foundation.
It's the same output as from GAWK.
And I seem to be able to call awk:
~$ awk
Usage: awk [POSIX or GNU style options ...
Search found 3 matches
- 2018-03-29T02:13:59-07:00
- Forum: Fred's Scripts
- Topic: textdeskew: 190: syntax error
- Replies: 7
- Views: 250789
- 2018-03-28T05:31:17-07:00
- Forum: Fred's Scripts
- Topic: textdeskew: 190: syntax error
- Replies: 7
- Views: 250789
Re: textdeskew: 190: syntax error
Hello. The sample image is here: https://postimg.org/image/ti3gc8c2l/ .
My version of Imagemagick is
~$ convert -version
Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-07-31 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates ...
My version of Imagemagick is
~$ convert -version
Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-07-31 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates ...
- 2018-03-27T09:37:48-07:00
- Forum: Fred's Scripts
- Topic: textdeskew: 190: syntax error
- Replies: 7
- Views: 250789
textdeskew: 190: syntax error
Hello. I have gotten textdeskew script and can't run it because of the following error:
Changing the internal argument doesn't tell more about the problem.
Cheers.
Code: Select all
textdeskew: 190: textdeskew: Syntax error: "(" unexpected (expecting "}")
Code: Select all
debug="true"
Cheers.