Urlaubsbilder aus der Ostschweiz

Ein paar Fotos aus der Ostschweiz, Kantone St. Gallen und Appenzell Innerrhoden:                    

Maintaining Multi-Line “stat” Formats using Bourne Again Shell

The stat command from GNU core utilities features not only a –format FORMAT option but also a –printf FORMAT one, the difference being that the latter allows for backslash escapes such as \n. This allows for custom per-file report formats containing newlines, for example: stat –printf ‘Name: %n\nSize: %s Bytes\n’ /etc/passwd If the format string […]