Current Path :
/
usr
/
bin
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/bin/sgmlwhich
#!/bin/sh # Location of the main configuration file for consistency with non-LSB platforms # Send any comments to Eric Bischoff <eric@caldera.de> # This program is under GPL license. See LICENSE file for details. echo "/etc/sgml/sgml.conf" # Simple, isn't it? ;-)