Izabrani pomoæni alatiInterpreteri ... (3)
% cat > uncomment.nawk
{
if ( $1 == "#" && $2 ~ "^"naredba )
sub("^# ", "")
print
}
^D
% nawk -f uncomment.nawk naredba=set \
login.comment > login.uncomment
?
Previous slide
Next slide
Back to first slide
View graphic version