Skip to main content
added 26 characters in body
Source Link
Janis
  • 14.4k
  • 4
  • 28
  • 42

With a recent ksh (you need ksh93s or above), you could do:

cat <example.txt <#"" 

With ksh93s or above, you could do:

cat <example.txt <#"" 

With a recent ksh (you need ksh93s or above), you could do:

cat <example.txt <#"" 
added 13 characters in body
Source Link
Stéphane Chazelas
  • 586.2k
  • 96
  • 1.1k
  • 1.7k

With kshksh93s or above, you could do:

cat <example.txt <#"" 

With ksh you could do:

cat <example.txt <#"" 

With ksh93s or above, you could do:

cat <example.txt <#"" 
Source Link
Janis
  • 14.4k
  • 4
  • 28
  • 42

With ksh you could do:

cat <example.txt <#""