Microsoft
Software
Hardware
Network
Question : Perl or awk
Hi!
I’m trying to convert the output of a svcs –a into a cvs file to load
It into a mysql db, and I have a limited success in using a awk command
To split my fields
This is my awk command
svcs -a | grep disable | awk '{print $1", " "yes" ", "$2", " $3", "}' > /var/tmp/svcs-out
which produces this which mysql won’t recognize I suspect it would like
something like CVS and I don’t hnow how to convert the output into a CVS
Thank you for any help
disabled, yes, Jul_21, svc:/network/ipsec/ike:def
ault,
disabled, yes, Jul_21, svc:/network/ipsec/manual-
key:defaul
t,
disabled, yes, Jul_21, svc:/network/dns/client:de
fault,
Answer : Perl or awk
what does the output of svcs -a look like, and what would you like the result in /var/tmp/svcs-out to look like?
Random Solutions
Error MSCRMAsyncService
Excel 2010 - Workbook_Close()
ASP ReadLine: Detect Format Of Line Breaks
Protect a Partition - Use Bitlocker or Something Else?
Dynamic SQL for Nested Cursors/Loops
Installing / Registering MS DLLs on WinXP
express edition and version
SQL Pivot : Setting Nulls to 0
Backup user domain profile locally
DUMB question: Can't get htmlspecialchars_decode (or entity) to work...