Hi,
I want to execute, (example of UNIX env), a 'ls -l' command from Sybase command line, however I don't know the correct syntax. I did:
1> exec 'ls -l'
2> go
and I try with
1> exec ls -l
2> go
Both of them produce errors. Could anyone tell me what I've done wrong.
Thanks
I want to execute, (example of UNIX env), a 'ls -l' command from Sybase command line, however I don't know the correct syntax. I did:
1> exec 'ls -l'
2> go
and I try with
1> exec ls -l
2> go
Both of them produce errors. Could anyone tell me what I've done wrong.
Thanks