Search Results

Search: Posts Made By: Mohannad
1,230
Posted By RavinderSingh13
Hi, Just an example for same, let us say we...
Hi,

Just an example for same, let us say we need to search the lines starting with 1.


$ cat test_own
1 R.Singh 110
2 R.Singh 100
3 R.Singh 90
4...
Forum: AIX 10-29-2013
3,736
Posted By Scrutinizer
Hi, just add a redirection after done: done >...
Hi, just add a redirection after done:
done > out.txt
Forum: AIX 10-28-2013
2,421
Posted By aixvinnie
Hi, maybe this thread can be of any...
Hi,

maybe this thread can be of any help....:

https://www.unix.com/showthread.php?t=301

With kind regards,

Vincent
Forum: AIX 09-23-2013
4,706
Posted By -=XrAy=-
Hi, when you press the "F6" key in the...
Hi,

when you press the "F6" key in the Smitty Menu "Backup a File System", you will see the underlying command.

In this case the backup command is used to backup your filesystem and man backup...
Forum: AIX 09-11-2013
4,870
Posted By zaxxon
From the AIX man page of tar: -X...
From the AIX man page of tar:

-X ExcludeList
Excludes the file names or directories given in the ExcludeList from the tar archive being created, extracted or listed. The...
Forum: AIX 09-11-2013
4,870
Posted By zaxxon
There is an additional info in my post using find...
There is an additional info in my post using find you might want to consider.
2,729
Posted By krishmaths
#!/usr/bin/ksh TOTAL_NR_OF_FILES=$(find SMS_*...
#!/usr/bin/ksh
TOTAL_NR_OF_FILES=$(find SMS_* -type f | wc -l)
AVG=$(expr $TOTAL_NR_OF_FILES / 6)

SUFFIX=1
MOVED=0
for FILENAME in $(find SMS_* -type f)
do
if [ $MOVED -eq $AVG ]
then
...
Showing results 1 to 7 of 7

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