-
code library /libsrcinst-2.5
/* Find the length of STRING + 1, but scan at most MAXLEN bytes. Copyright (C) 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 3, or (at…
-
ghostscript
Ghostscript (PostScript and PDF language interpreter and previewer) GPL Ghostscript
-
factor – factor numbers
Print the prime factors of each specified integer NUMBER. $factor 2 2: 2 $factor 3 3: 3 $factor 4 4: 2 2 $factor 5 5: 5 $factor 6 6: 2 3 $factor 7 7: 7 $factor 8 8: 2 2 2 $factor 9 9: 3 3 $factor 10 10: 2 5 $factor 11 11: 11…
-
vim delete command
: d 5 deletes five lines from the current cursor position. Vim Editor