*моязакладка
nexeuse
26.05.2012 21:20
grepsed() {
local F="${1// /\\ }"
local T="${2// /\\ }"
grep -o — "$F" | sed "s $F $T "
}
Nico-izo
19.12.2011 20:25
Выпилить все ссылки со страницы
$("a").replaceWith(function() {
return $(this).contents();
});