Tagged Questions
0
votes
1answer
160 views
what does “TERM environment variable not set” mean?
I was writing a simple console application in Objective C.
I have tried system("clear") but I am getting this message on console
"TERM environment variable not set."
Can anyone explain me what ...
0
votes
1answer
153 views
ulimit first call ok second call fail, why?
On macosx 10.7, using bash
The first call to ulimit -n succeeds, while the second fails.
a:$ ulimit -n
2560
a:$ ulimit -n 5000
a:$ ulimit -n
5000
a:$ ulimit -n 6000
bash: ulimit: open files: ...
0
votes
0answers
573 views
remove path from $PATH variable Snow Leopard [closed]
Possible Duplicate:
What is the most elegant way to remove a path from the $PATH variable in Bash?
Hiya there, I can't for the life of figure out how to REMOVE a path from the $PATH ...
0
votes
3answers
3k views
line doesn't execute in .bash_profile and .bashrc on my Mac OSX Snow Leopard
I just installed Ruby Version Manager (RVM) which is working fine but it asked me to put the following line in my /.bash_profile and ~/.bashrc files:
if [[ -s /Users/tammam56/.rvm/scripts/rvm ]] ; ...
0
votes
2answers
705 views
Strip metadata from files in Snow Leopard
I found the command "mdls" which will show the metadata but I can't see how to delete it.
I want to get rid of the comments "kMDItemFinderComment", "kMDItemWhereFroms" from my files.
Is there a way ...
0
votes
4answers
6k views
Octave + GNUPlot + Aquaterm + Mac OS 10.6 — Student Needs Help!
Greetings,
I'm the only person in my Numerical Analysis class attempting to do all of the MatLab based homework assignments in Octave - the opensource representation of MatLab.
However, I'm having ...