Search Results

Search: Posts Made By: Skaperen
3,326
Posted By Skaperen
echo $fulldirectory | cut -d / -f 4-
echo $fulldirectory | cut -d / -f 4-
1,290
Posted By Skaperen
Try changing like this: if [ "`echo...
Try changing like this:

if [ "`echo $variable | cut -f 2 -d /`" = 1024 ] ; then
10,565
Posted By Skaperen
Is the script file executable? Does variable var...
Is the script file executable? Does variable var get changed in the loop?
Forum: AIX 03-14-2012
6,404
Posted By Skaperen
Yes, "du" provides LOTS of info. You need to...
Yes, "du" provides LOTS of info. You need to find the jems in it (e.g. the oversized files that are too large, OR the oversized directories that have too many files). You can sort it (as...
5,983
Posted By Skaperen
Looks like Perl. I don't know all the ways Perl...
Looks like Perl. I don't know all the ways Perl deals with $ but I know it uses it for many things.

I also know grep interprets $ for end of line.

If the file name has a $ in it, then you will...
Forum: Programming 03-13-2012
15,743
Posted By Skaperen
Are you expecting child processes storing numbers...
Are you expecting child processes storing numbers in their copy of array c to update array c in the parent?
Forum: AIX 03-13-2012
6,404
Posted By Skaperen
The "du" command is a good start. Piping it...
The "du" command is a good start. Piping it through awk to select files larger than a certain size would be one way to work with it.
2,180
Posted By Skaperen
Jim's command worked for me to select just the...
Jim's command worked for me to select just the particular lines from heros.txt based on what is in where.txt. It does output the whole line from heros.txt, but only the lines with a matching hero...
14,823
Posted By Skaperen
One reason those methods of authentication are...
One reason those methods of authentication are not considered as worthwhile is that they mean you are keeping your password or passphrase stored somewhere in the clear, or in a way a program can...
Forum: What is on Your Mind? 03-12-2012
14,498
Posted By Skaperen
Are you still running one of those old antique 32...
Are you still running one of those old antique 32 bit computers?

...
1,257
Posted By Skaperen
I did this for one of my scripts in the past by...
I did this for one of my scripts in the past by making the master script be a front end for each individual script. The master invoked itself as a new process instance by using an option after the...
Forum: Cybersecurity 11-23-2009
2,018
Posted By Skaperen
How to exclude openssh identities?
I have a few different ssh identities configured for my client. Sometimes I am logging into a system I don't manage that either limits the number of failing identities to a smaller number than I...
14,986
Posted By Skaperen
If all the numbers are integers, you can use %d...
If all the numbers are integers, you can use %d (or %u if always positive) instead of %.f
3,892
Posted By Skaperen
Normally rpm needs to run as root for packages to...
Normally rpm needs to run as root for packages to be installed, and other functions to be performed. It may allow some other functions to work which generally have read-only effect (for example a...
Showing results 1 to 14 of 14

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