Talk:CORINE Land Cover: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
m (How to avoid "cat" being recognised always as a bash command?)
 
mNo edit summary
Line 1: Line 1:
With <source bash=lang> ... </source> the string "cat" is recognised as bash's command cat. How to avoid this without the need to quote cat? --[[User:NikosA|Nikos]] 13:16, 4 August 2010 (PDT)
With "<source bash=lang>" ... "</source>" the string "cat" is recognised as bash's command cat. How to avoid this without the need to quote cat? --[[User:NikosA|Nikos]] 13:16, 4 August 2010 (PDT)

Revision as of 20:16, 4 August 2010

With "

" ... "

" the string "cat" is recognised as bash's command cat. How to avoid this without the need to quote cat? --Nikos 13:16, 4 August 2010 (PDT)