You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
180 B

  1. #!/bin/sh
  2. rm -f _ex1*
  3. echo "RinRi" > _ex1.txt
  4. ln -f _ex1.txt _ex1_1.txt
  5. ln -f _ex1.txt _ex1_2.txt
  6. ls -i _ex1.txt > ex1.txt
  7. ls -i _ex1_1.txt >> ex1.txt
  8. ls -i _ex1_2.txt >> ex1.txt