Search Results

Search: Posts Made By: mann2719
1,439
Posted By mann2719
rohit , run below command : ...
rohit ,

run below command :



grep 'AUS.txt' filename
1,624
Posted By mann2719
please describe me some simple command
Hi Zound,

Could be more specific which line you doesn't understand or need explanation.
32,106
Posted By mann2719
* in end of filename
Hi,

i have some files which looks like given below:
-rwxrwxrwx 1 amsbatch ams 1608 Oct 22 2009 AMS_BATCH_COMPILE*
-rwxr----- 1 amsbatch ams 1608 Oct 22 2009...
3,716
Posted By mann2719
printing empty subdirs before delete
just tried to tweak jayan code , give it try :
find $1 -type d -size 0 ac -print -exec rmdir -ps {} \;
:p:)


How to use code tags...
1,237
Posted By mann2719
Script/SQL configuration
Hi Vkca ,

output in tmpfile may be appearing due to the page size issue , put this command in script :
set pagesize 200
and since the number of characters in line are more than unix screen...
4,115
Posted By mann2719
How to pass the environment name while calling java program from unix script?
try this inside the script which may solve ur problem :

DconsumerEnv="$consumerEnv"
export $DconsumerEnv

java -Xms64m -Xmx256m -Djava.library.path="$MY_CLASSPATH" -cp "$MY_CLASSPATH"...
1,003
Posted By mann2719
Help with excel generate
This is o/p what i had got when i ran ur query. i couldn't see two header . ;)

TABLESPACE_NAME SIZE_MB FREE_MB USED_MB FREE_% ------------------------------...
2,537
Posted By mann2719
Sed command help
@rangarasan : he is correct in his words ,

Here seperator used is , instead of / . since / may conflict with directory search. :p
1,626
Posted By mann2719
How to check xml file through out the day
Also make a entry into crontab to run the below script on regular interval like this :

* 8-20 * * * <script file with path> :)
hope this will solve ur query.
4,786
Posted By mann2719
yes , just try all nine in a single row and let...
yes , just try all nine in a single row and let us know the o/p.
4,786
Posted By mann2719
Fine Tune - Huge files/directory - Purging
Can you please replace this line : -o -name '*(MON)*' with below code
-o -name '*(MON|TUE|WED|THU|FRI|SAT|SUN)*'

Hope this works 4 u :o:o

---------- Post updated at 05:29 AM ----------...
1,929
Posted By mann2719
How to eliminate ^L
Use in the script like this :
sed 's/ctrl v shift L//' filename
1,929
Posted By mann2719
How to eliminate ^L
Hi ,

U can try this method ,
open the file using vi <filename>
and then type the following command in escape mode
:s/ctrl v shift l//g
ctrl v shift l will print the ^L and all...
12,686
Posted By mann2719
How to change Absolute path to Relative path
Try to change the value of $PWD with the value of $name .
name="`basename "$path"`"
echo <command> "$prefix$name.git"

Hope it will solve the issue :o
21,881
Posted By mann2719
Calling bash command in perl script
yes , u can use the system command to include your script in perl code.
otherewise try to grep EvaP.pm and if found .
Add the path to the @inc using push command .

Then again use this method : ...
Showing results 1 to 15 of 15

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