Search Results

Search: Posts Made By: Shaun74
1,863
Posted By Shaun74
I am wondering if you had some hung processes?
I am wondering if you had some hung processes?
1,863
Posted By Shaun74
are you trying to exclude a file from an archive?...
are you trying to exclude a file from an archive? If you man tar, it is used to manipulate files and directories from an archive.
2,269
Posted By Shaun74
https://www.unix.com/shell-programming-scripting/51...
https://www.unix.com/shell-programming-scripting/51226-calling-c-function-froma-shell-script.html
42,501
Posted By Shaun74
Once you fix the above suggestions and you fix...
Once you fix the above suggestions and you fix your PASS/PWD variable it should work.
1,863
Posted By Shaun74
--exclude-from=FILE
--exclude-from=FILE
1,279
Posted By Shaun74
Syntax?
I am new to shell programming. I knw my syntax is not great, which is due to my lack of experience. If anyone can look over the following script and critique it, it would be much appreciated.


...
1,279
Posted By Shaun74
Storing outputs into variables
I need to know how to store output from one command so that it can initiate another command.
chktraf -s | cut -c1-4

output would look like
321
142
256
342
123

Then if the value of the...
1,134
Posted By Shaun74
Thanks a lot. I learned something new. Very...
Thanks a lot. I learned something new.

Very basic, but you have to start somewhere. How is it that you are the only one that responded?
1,754
Posted By Shaun74
If in correct directory
ls -al

look for file, see the chmod on left? See if you have the permissions. If the file does not appear, it is not available. At least not in that directory. Can you get into su? if not, and you...
6,713
Posted By Shaun74
You cant do that.
If all the files are named the same "basic" are they all in the same directory? If they are, how the heck did you do that?

There has to be a difference in the file name or directory. If not,...
1,134
Posted By Shaun74
Good. But how.............?
Thank you, that worked.

How do I write a script in vi and then at the command line use the file name to execute without the modifiers ./?

What path should I use to create a script in so that it...
1,754
Posted By Shaun74
Have you thought to change the permission of the...
Have you thought to change the permission of the file so you can read it?

chmod +r File

then cat into it.
1,134
Posted By Shaun74
Why is this shell not executing?
%touch nu
%cat nu

who | wc -l


%chmod +x nu
%nu
nu: Command not found
Showing results 1 to 13 of 13

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