unix shit
1
Name:
Anonymous
2007-08-19 2:58
ID:ONaRH7wU
$ mkdir \ ;cd \ ;sh -c 'cd ..;rm -r \ '
$ pwd
pwd: .: No such file or directory
$ cd ..
..: No such file or directory.
seriously, wtf is up with that?
2
Name:
Anonymous
2007-08-19 3:50
ID:fasHp2QD
lol newb
Read SICP.
3
Name:
Anonymous
2007-08-19 5:13
ID:dz9c9NlO
pwd: couldn't find directory entry in `..' with matching i-node
I could cd .. quite easily. What kind of system are you using?
4
Name:
Anonymous
2007-08-19 6:38
ID:uVn84Qhp
5
Name:
Anonymous
2007-08-19 8:20
ID:BuxC8vCl
Andrey@Andrey-PC ~
$ mkdir \
mkdir: cannot create directory ` ': No such file or directory
Andrey@Andrey-PC ~
$ uname
CYGWIN_NT-6.0
6
Name:
Anonymous
2007-08-19 8:29
ID:fasHp2QD
$ mkdir \ ;cd \ ;sh -c 'cd ..;rm -r \ '
CARRIER LOST
SEARCH FOR IT? [yN] y
CARRIER LOST
SEARCH FOR IT? [yN]
$ _
7
Name:
Anonymous
2007-08-19 11:24
ID:uSuglPil
>>5
you dumb faggot
'mkdir \ '
8
Name:
Anonymous
2007-08-19 11:40
ID:Heaven
unix is for weenies
9
Name:
Anonymous
2007-08-19 11:41
ID:Heaven
>>8
Maybe, but there aren't any real alternatives these days.
10
Name:
Anonymous
2007-08-19 17:42
ID:og4PnJPC
>>3
bsd. what are you using?
11
Name:
Anonymous
2007-08-19 17:46
ID:Heaven
12
Name:
Anonymous
2007-08-19 19:09
ID:SMYyo5cL
LOLOLOLOL N00BZ
bydlo@lolbox: ~% mkdir a ; cd a ; rmdir ../a
bydlo@lolbox: ~/a% pwd
/home/gris/a
bydlo@lolbox: ~/a% cd
bydlo@lolbox: ~% cd a
cd: no such file or directory: a
Lanox 2.6.22, Zsh 4.3.2
13
Name:
Anonymous
2007-08-19 19:13
ID:SMYyo5cL
>>12
It works with 'a', ' ', '.' etc.
14
Name:
Anonymous
2007-08-19 20:48
ID:ONaRH7wU
>>12
FAIL for not real unix.
FAIL for XBOX HUEG shell.
FAIL for doing "rmdir ../a" instead of "sh -c 'cd ..;rm a'".
15
Name:
Anonymous
2007-08-19 21:25
ID:SMYyo5cL
>>14
sh -c 'cd .. ; rm -r a' does the same, yuo fagget. Stfu.
16
Name:
Anonymous
2007-08-20 0:56
ID:KZZXYLKg
>>15
no, it doesn't.
"sh -c 'cd ..;rm -r a'" executes sh, "rmdir ../a" does not.
17
Name:
Anonymous
2007-08-20 2:34
ID:OF4q8h4u
>>14
haha, neither your bsd is
18
Name:
Anonymous
2007-08-20 2:53
ID:Heaven
>>17
my bsd is 99%
the other 01% is the awesomeness your unix will never have
19
Name:
Anonymous
2010-11-14 15:58