Search Results

Search: Posts Made By: Zucriy Amsuna
2,868
Posted By Zucriy Amsuna
See my above post, in case you'll miss it. ...
See my above post, in case you'll miss it.

Also, that \!* can be replaced by any directory if you use that line in a command line; I set it up as a csh alias. \!* allows an argument.
1,288
Posted By Zucriy Amsuna
Connecting a phone
I have an LG VX9800 (The V), am using Linux Mint, and just downloaded BitPim. The problem: BitPim doesn't detect my phone. Then again, the computer doesn't even do that. I read here...
2,868
Posted By Zucriy Amsuna
Why do you need another command? That one works...
Why do you need another command? That one works just fine (given that software in in the root directory). I don't even use the -l.

Here's one I came up with before learning the one you mentioned:...
7,923
Posted By Zucriy Amsuna
tukuyomi: That finds them, yes, but I need to run...
tukuyomi: That finds them, yes, but I need to run them. Using `` (the backquotes) would accomplish this. However, if I use them in the .bashrc file (or in .cshrc), they are automatically run upon...
7,923
Posted By Zucriy Amsuna
Read this entire thread, from the beginning, and...
Read this entire thread, from the beginning, and that is all I tried with both csh and bash. This is what it comes down to:

alias a="`find | egrep '.*assign[0-9]{1,2}$'`"Its purpose is to run a...
7,923
Posted By Zucriy Amsuna
Hey, it doesn't work in Bash, either. =P I think...
Hey, it doesn't work in Bash, either. =P I think csh is simpler. It even allows arguments, which I abuse, for aliases without needing to use a script.
7,923
Posted By Zucriy Amsuna
I don't know much about scripting, yet. I suppose...
I don't know much about scripting, yet. I suppose I'll go learn about it.

Thanks for your help, though. ^_^

I just don't understand why the aliases aren't working...
7,923
Posted By Zucriy Amsuna
All I'm trying to do is run C++ programs by just...
All I'm trying to do is run C++ programs by just typing a.

The C++ programs need to be outputted to "assign#" or "assign##" (depending on their number) for my college class.

I used to alias "a"...
7,923
Posted By Zucriy Amsuna
Doing that doesn't change my problem of using it...
Doing that doesn't change my problem of using it as an alias, though. If I put it in my .cshrc file (using the ` quotes to use them as a command line argument so I can run them), it looks for...
7,923
Posted By Zucriy Amsuna
Okay, here's another problem I bumped into before...
Okay, here's another problem I bumped into before that just came up. Here's my alias (with tsch):

alias a "`find | egrep 'assign[0-9]{1,2}$'`"But when I try that either in the command line or the...
7,923
Posted By Zucriy Amsuna
Using egrep doesn't change anything except the...
Using egrep doesn't change anything except the need for a backslash with the braces.

(And egrep is just an alternate way to put grep -E.)

Edit:
Oh, I forgot about that thing! Thanks. Problem...
7,923
Posted By Zucriy Amsuna
But that finds things like assign##.o and...
But that finds things like assign##.o and assign##.cpp. Why won't the variations work so it would just find what I want?

Or would I just have to pipe that into something else (I don't know what)...
7,923
Posted By Zucriy Amsuna
That doesn't work. It works using just the plain...
That doesn't work. It works using just the plain assign[0-9] but not 'assign[0-9]{1,2}', 'assign[0-9][0-9]?', or any of the other variations.
7,923
Posted By Zucriy Amsuna
Using regex in find command
I don't understand why the following simple command is not working:
find assign[0-9]{1,2}Variations don't work, either:
find assign[0-9][0-9]+
find assign[0-9][0-9]?
ls assign[0-9[{1,2}
etc....
2,948
Posted By Zucriy Amsuna
Ampersand usage and Emacs
In the terminal, using the ampersand allows the process to run in the background--Emacs, for example. But is there a way to automatically open Emacs as a background process so I can still use the...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 10:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy