Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2. sed -n '/Aho/,/Peter/!p' pracownicy.txt
- 3. sed -n '/nologin/!p' /etc/passwd | sed -n '/false/!p' - | awk -F: '{print $1}' | sort
- 4.
- a) sed '/^#/d' firewall2 > firewell
- b) sed 's/\-s 192\.168\.1\.1\/24/\-d 10\.1\.2\.1\/24/' firewell > firewoll
- c) sed 's/\-d 10\.1\.2\.1\/24/ /' firewoll > firewull
- 5. for i in *; do mv "$i" "`echo $i | sed "s/\.jpeg/\.jpg/; s/\.JPG/\.jpg/; s/\.JPEG/\.jpg/"`"; done
Add Comment
Please, Sign In to add comment