afracten Δημοσιεύτηκε Μάϊος 4, 2010 #1 Δημοσιεύτηκε Μάϊος 4, 2010 #!/bin/gawk -fBEGIN{}{if (/<a/ || /<img/) link=link+1}{if (/<a/ || /<img/) cnt[$i]++}END{ print "Number of links in file = ",linkprint "File Name and Path = "FILENAMEfor (name in cnt) print(name,"\n",cnt[name])}ελεος! παιδια, αυτο ειναι ενα awk script to οποιο εγραψα. δεν μπορω να το κανω exectutable.κανω type chmod +x aa1.sh (aa1.sh ειναι το ονομα του file μου).help?
Jaco Μάϊος 8, 2010 #2 Μάϊος 8, 2010 για να το τρέξεις...:$ ./aa1.shαν δεν έχεις τα δικαιώματα να το τρέξεις, άλλαξε τα με chmod...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.