Search Results

Search: Posts Made By: vinsin55
3,136
Posted By vinsin55
still i am getting the whole line rather only...
still i am getting the whole line rather only that string like "pres_call.ksh".
3,136
Posted By vinsin55
my system do not support grep -o; is there a way...
my system do not support grep -o; is there a way to get this done using sed.
3,136
Posted By vinsin55
No.. ok following is the example of source file...
No.. ok following is the example of source file and expected output..
#!/usr/bin/ksh

## This is main master script and this will call other sub scripts..
echo "Start processing"
...
3,136
Posted By vinsin55
sed get matched string
Hi,
how to figure out script name from a file which are having pattern .ksh. So wherever i have .ksh in a file i should get complete name of the file along with its extension as well.
3,953
Posted By vinsin55
strip one line from 2 blank lines in a file
you can also try this

cat -r file1 >file2
Showing results 1 to 5 of 5

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