Search Results

Search: Posts Made By: hemant29
24,588
Posted By hemant29
Simply append
You can use like -

String="$a $b $c"

where a="aaa"
b="bbb"
c="ccc"
4,052
Posted By hemant29
For deleting first n number of chars
For deleting first n number of chars, instead of writing 'n' dots(.), following pattern can be used -

^.\{n\}
so the sed can be changed to

cat testA |sed 's/^.\{n\}//' > testB
Forum: Programming 10-02-2006
4,434
Posted By hemant29
Change the port address
If i got ur problem correctly, u want to create a separate TCP connection with vendor's server for each of ur daemon's client.
This can be done very well by changing the port no. for each...
2,355
Posted By hemant29
Boot from a remote system
I have a diskless work station.
i want to boot from a remote linux machine.
what changes i will have to do in configuration.
Plz tell me
thanks
Showing results 1 to 4 of 4

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