Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #!/bin/bash
  2. while read dline; do
  3. wget $dline
  4.     while read line; do
  5.     echo "Строка : $line"
  6.     mv 123.abc $line.abc;
  7.     done < a
  8. done < d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement