Content-Type: text/x-zim-wiki Wiki-Format: zim 0.4 Creation-Date: 2016-08-23T17:48:48+01:00 ====== printf ====== Created Tuesday 23 August 2016 The printf command. This command does work in Fish. However it is an older version which is normally called up. To use a more up to date version, instead of 'printf' use 'command printf' The main advantage to this is that the thousands separator will now work properly. Example command printf "%'.4f\n2 345777.57889 will now produce 345,777.57889 Just using printf without the word 'command' will omit the commas.