Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Learn vi/vim in 50 lines and 15 minutes

by allolex (Curate)
on Mar 08, 2004 at 14:53 UTC ( [id://334829]=note: print w/replies, xml ) Need Help??


in reply to •Re: Learn vi/vim in 50 lines and 15 minutes
in thread Learn vi/vim in 50 lines and 15 minutes

#!/bin/sh # beepoff turns off the beep # Console setterm -blength 0 # X xset b off # Optional for Emacs users # find / -name '*emacs*' -exec rm -f {} \;
/me laughs maniacally. (!!!!!, no less)

--
Allolex

Replies are listed 'Best First'.
Re^3: Learn vi/vim in 50 lines and 15 minutes
by dosser (Novice) on Oct 04, 2005 at 10:03 UTC

    I know this is ancient history, but surely:

    - find / -name '*emacs*' -exec rm -f {} \; + find / -name '*emacs*' -print | perl -nle unlink

    there could be a lot of emacs files on there..

    --
    Simon.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://334829]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-25 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found