Help for this page

Select Code to Download


  1. or download this
        < $file | wc -l
    
  2. or download this
        $ echo "hello" > data1
        $ echo "world" > data2
        $ file="data1 data2"
        $ < $file wc -l
        bash: $file: ambiguous redirect