Search Results

Search: Posts Made By: JSP
2,638
Posted By JSP
Shell script
I'm having trouble passing multiple arguments on the command line individually through my script.


for var in "$@"
do
command

My program sees the command line as 1 character,...
4,727
Posted By JSP
Thanks Witt!
Thanks Witt!
4,727
Posted By JSP
BUILT-IN command scripts
I am new to Unix scripting. I would like to know if someone can point me to a site which lists any built-in commands in there scripted form. I thought to start with the basics and learn from example....
1
6,258
Posted By JSP
Eloop
WHERE can I find information on what ELOOP is?

THANKS
1,748
Posted By JSP
Simple Programming
I am writing a simple shell program using the

if

then

else

How do I use input in the program without using read?
2
2,092
Posted By JSP
This works: alias relocate 'rm \!*...
This works:

alias relocate 'rm \!* /newdirectory'

relocate will now place a file in the new directory.
2
2,092
Posted By JSP
I have been working on it! Is this the command...
I have been working on it! Is this the command line??????


Alias relocate 'mv \\!* ./newdirectory'
2
2,092
Posted By JSP
Alias
How do you create an Alias that excepts command line arguments.

I am trying to move files from one directory to another all within the Alias command.

Please Help!
2,319
Posted By JSP
Saving a redirected file
What command do I use in order to save a file in directory A/B/C
to directory A/D/E.
2,396
Posted By JSP
More Specific
I am trying to search a directory for a specific date that a few files were written. And I need the result to be redirected into its own file.
2,396
Posted By JSP
Grep Command
How do you set up a grep command when it is being used on a directory? could you please give me an example?
Showing results 1 to 11 of 11

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