-
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
Moreover, ls --color=auto doesn't display ... -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
... : Originally posted by 1337_5L4Xx0R Moreover, ls --color=auto doesn't display ... and compile the standard GNU "ls" if you want color. The ... -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
... PS1="%(2L.+.)zsh[%~] " alias l="ls -FC" alias more=less alias ... -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
... and compile the standard GNU "ls" if you want color. The ... 's "fileutils" package includes GNU ls. -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
Here is my .profile for bash not much to it, editor pref, pager pref, a lil short prompt and a couple of aliases EDITOR=pico; export EDITOR PAGER=less; export PAGER PS1='\\w\\$ '; export PS1 alias ls="ls -F" alias ll="ls -al" -
Installer list of changed files?I just updated Panther via SU. How do I generate that long log-list that people sometimes post to this forum?
ls bom or something? do a search in the X forum... there has got to be a how to in one of those update threads... -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
Thanks, all of you. I'll have to get me the new color (colour) ls and tweak a bash profile. -
No colors in TerminalHi, I've been having a problem with getting colors to appear in the terminal. I believe it is probably caused by a shell setting, but I don't know ho…
It may be the way the terminal.app was compiled, or the apps themselves. Finally, in OSX.3, the terminal, using bash, does ls -G (colour listing of directory). Yay! -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
... my aliases (eg: alias lsl="ls -sCFGHTh") are working spiff-tastically ... .3 DP finally has color ls (ls -G) working, by default. No ... -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
... work a program, like 'ls' for instance, you can type 'man ls' in a terminal window, ... myls' that is equal to 'ls --color', everytime you type ... will interpret that as 'ls --color'. to create an ... quotes, like 'alias myls "ls --color"'). the tcsh shell ... -
Poisoned 0.3 (p2p client)Well, it's out. And it's sweet. Stomps all over liberty, aqui, mlmac, and the rest... fast. reliable. stable.<br /> <br /> <img src="http://www.uweb.…
... in download but never d/ls anything! Am i doing something ... -
Poisoned 0.3 (p2p client)Well, it's out. And it's sweet. Stomps all over liberty, aqui, mlmac, and the rest... fast. reliable. stable.<br /> <br /> <img src="http://www.uweb.…
... in download but never d/ls anything! Am i doing something ... -
Poisoned 0.3 (p2p client)Well, it's out. And it's sweet. Stomps all over liberty, aqui, mlmac, and the rest... fast. reliable. stable.<br /> <br /> <img src="http://www.uweb.…
... in download but never d/ls anything! Am i doing something ... -
Poisoned 0.3 (p2p client)Well, it's out. And it's sweet. Stomps all over liberty, aqui, mlmac, and the rest... fast. reliable. stable.<br /> <br /> <img src="http://www.uweb.…
... in download but never d/ls anything! Am i doing something ... -
Jaguar 10.2.6 and PerlIm doing network programming using perl this semester. Is Perl installed in MacOS X by default, or does it need to be installed. <br /> <br /> If an …
... .local/cgi-bin/hello.pl ls on the directory gives me: Quote: [jhb:/] jhb% ls -l /Library/WebServer/CGI-Executables ... -
Poisoned 0.3 (p2p client)Well, it's out. And it's sweet. Stomps all over liberty, aqui, mlmac, and the rest... fast. reliable. stable.<br /> <br /> <img src="http://www.uweb.…
... only gotten 4 successful d/ls 3 of which were from ... -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
... aliases (eg: alias lsl="ls -sCFGHTh") are working ... DP finally has color ls (ls -G) working, by default ... s bash : Code: alias ls='ls -AF --color=auto' ... some more ls aliases #alias ll='ls -asl' #alias la='ls -A' #alias l='ls -CF' ... -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
... 're saying that jagwyre's ls doesn't have --color ? btw ... and install the color-enabled ls from there. i never even ... -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
... saying that jagwyre's ls doesn't have --color ? ... 't have a colour ls in bash (Panther does, which I'm using). ls --color does not appear ... the way to color ls. my .bashrc: Code: DISPLAY=": ... pico" alias ls="ls -FG" alias ll="ls -Alh" alias lsl="ls -sCFGHTh" ... -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
... it to /usr/local/bin/ls. If you want to see help for it, just type 'ls --help'. And, if you ever want the stock ls back, just type /bin/ls, and you got your regular ls back. To call ... -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
... /' # ls aliases alias ls='colorls --color' alias ll='ls -l' alias la='ls -A' alias lla='ls ... -
TCSH... why?Why does Apple use TCSH when it's such a pain in the ass to use RegEx with grep and egrep as compared to BASH?
... . For example, the command Code: ls > dirlist 2>&1 directs both ... dirlist, while the command Code: ls 2>&1 > dirlist directs only ... -
Apple Font??!On Apples webpage, the very first page that comes up on <a href="http://www.apple.com." target="_blank">www.apple.com.</a> What's the name of the fon…
Yeah, the terminal is the one area of the OS I shake with fear over.. Currently, this is me in the Terminal: In the future, I would like this to be me: 8) A lot to learn about it though. I know only two commands: ls, and cd... Pitiful. Jimzip -
File type/kindanyone know the four letter extension assigned to classic and OSX apps? i'm trying to find a way to exclude them from a backup set.
... OS X app extensions, type: ls -a /Applications To see Classic ... (if they even exist), type: ls -a "/Applications (Mac OS 9 ... -
iBook 800/Griffin iMic/Cubase and the first time I've been genuinely angry at apple.I could never hate apple. Ever. It's not possible. I've been using macs for longer than I can remember and I love the user experience and everything …
... ... http://www.emagic.de/products/ls/aud...s5.php?lang=EN -
Two identical "Users" folders are appearing!This is a bug I first noticed maybe two weeks ago. Eventually it just went away. But now it's back, and it won't go away. I have an 800 MHz iBook run…
... into the terminal and type "ls -l /Users", and post what ... -
FINK and the terminal.Hello i am trying to fool arounf with fink and unix a bit with the terminal. I recently installed FINK and everytime I launch the terminal i get the …
... Also take a look at: ls /sw/etc/profile.d/ Hopefully ... -
FINK and the terminal.Hello i am trying to fool arounf with fink and unix a bit with the terminal. I recently installed FINK and everytime I launch the terminal i get the …
... -2.05a$ bash-2.05a$ ls /sw/etc/profile.d/ dummy ...