logoalt Hacker News

Tepixtoday at 7:52 AM0 repliesview on HN

Interesting article. Minor correction:

    $(cat n18.10A403.kextlist | sed 's/^/--bundle-id /') - this weird expression appends --bundle-id to every line from the file at n18.10A403.kextlist. 
It prepends "--bundle-id ".