LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   what does this command mean: (https://www.linuxquestions.org/questions/linux-software-2/what-does-this-command-mean-579092/)

cnhawk386 08-22-2007 10:05 PM

what does this command mean:
 
what does this command mean:
sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > ZendSafeGuard-4_0_0.bin

mistersnorfles 08-22-2007 10:18 PM

it means replace every instance of "export LD_ASSUME_KERNEL" with "#xport LD_ASSUME_KERNEL" and then to place the result in ZendSafeGuard-4_0_0.bin

I think you might need to give sed some input though to make this meaningful. What are you trying to do?

--Mr. Snorfles

cnhawk386 08-22-2007 10:28 PM

thanks for your answer


All times are GMT -5. The time now is 06:10 AM.