fontainejerome

I  have made a link to ~/j32-701/bin/jconsole    Link_jconsole
copy it in  ~/  or a directory without "reserve" character and run this

jer...@momentus-usb-lmde ~ $ cat ./testhb
#!/home/jerome/Link_jconsole
1!:2&4 'Hello world!', 10 { a.
NB. exit 0

jer...@momentus-usb-lmde ~ $ ./testhb
Hello world!
   2+3
5

jer...@momentus-usb-lmde ~ $ ls tes*
testhb

jer...@momentus-usb-lmde ~ $ ls Li*
Link_jconsole

jer...@momentus-usb-lmde ~ $ cat ./testhb
#!/home/jerome/Link_jconsole
## Link_jconsole is a link to ~/j32-701/bin/jconsole
1!:2&4 'Hello world!', 10 { a.
NB. exit 0

jer...@momentus-usb-lmde ~ $ ./testhb
|domain error: script
|   ##Link_jconsole is a link to~/j32-    701/bin/jconsole
|[-1] /home/jerome/./testhb

jer...@momentus-usb-lmde ~ $ cat ./testhb
#!/home/jerome/Link_jconsole
## Link_jconsole is a link to ~/j32{hyphen}701/bin/jconsole
1!:2&4 'Hello world!', 10 { a.
NB. exit 0

jer...@momentus-usb-lmde ~ $ ./testhb
|domain error: script
|   ##Link_jconsole is a link to~/j32{hyphen}    701/bin/jconsole
|[-1] /home/jerome/./testhb

jer...@momentus-usb-lmde ~ $ cat ./testhb
#!/home/jerome/Link_jconsole
## Link_jconsole is a link to ~/j32hyphen701/bin/jconsole
1!:2&4 'Hello world!', 10 { a.
NB. exit 0

jer...@momentus-usb-lmde ~ $ ./testhb
Hello world!
   i.12
0 1 2 3 4 5 6 7 8 9 10 11
   +/i.12
66
   1 2 3+/i.12
1 2 3 4 5 6 7  8  9 10 11 12
2 3 4 5 6 7 8  9 10 11 12 13
3 4 5 6 7 8 9 10 11 12 13 14

jer...@momentus-usb-lmde ~ $ ls j*
j504.tar.gz  j602.tar.gz  j701.tar.gz

j32-701:
addons  help 701       histo install-0         histo install commands-2
 system
bin     histo install  histo install commands  pb & bugs
tools

j504:
addons       jicon.gif       jw           profile.ijs  version_bin.txt
install.txt  j.jar           jw504java    system
jconsole     jlogo.png       libjpcre.so  temp
jee          J_User_License  libogl.so    user

j602:
addons    j602a_linux32.sh  jcons                    jterm.sh
bin       J602_install      jre1.6.0_13              ref_card_J602_HenryRich
help      java_install      jre-6u13-linux-i586.bin  system
help.htm  j-calc            jterm                    tools

j602-user:
classes  config  labs  projects  temp

j-701:
bin

j701-user:
break  config  projects  snap  temp

tell me if it helps you

2010/12/22 jerome fontaine <[email protected]>

> De:
> jerome fontaine <[email protected]>
>
> - is use by the system    uname -a
> + often use by cp file1+file2 file3
> > < | are also use by pipes
> and of course / in    /home/user/j701/
> blank is also very dangerous remove /  home/user/test
> all the system is deleted if sudo
> prefer ~/
>
> perhaps with cotes, in other contexts it as worked for me
>   #!"/home/rishe0/j64-701/bin/jconsole"
>
> 2010/12/21 Tikkanz <[email protected]>
>
> This problem has been recorded before, but I don't think properly resolved.
>>
>> ris...@ric-linux:~/proj/getphenotypes$ cat testhb
>> #!/home/rishe0/j64-701/bin/jconsole
>> 1!:2&4 'Hello world!', 10 { a.
>> NB. exit 0
>>
>> ris...@ric-linux:~/proj/getphenotypes$ ./testhb
>> |domain error: script
>> |   #!/home/rishe0/j64-    701/bin/jconsole
>> |[-0] /home/rishe0/proj/getphenotypes/./testhb
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>>
>
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to