Search Results

Search: Posts Made By: beginner1988
5,429
Posted By beginner1988
yea.. the first sed command works pretty fine..
yea.. the first sed command works pretty fine..
5,429
Posted By beginner1988
haha! I also don't know why the double quote...
haha! I also don't know why the double quote can't work. Anyway, still can't work.
same error msg.

---------- Post updated at 05:25 PM ---------- Previous update was at 05:24 PM ----------


...
5,429
Posted By beginner1988
#!/bin/sh INPUT () { echo "Please...
#!/bin/sh

INPUT () {
echo "Please enter line number: "
read LINE

echo "Please enter column number that you want to modify: "
read COLUMN

head -$LINE dataf > line1;
...
5,429
Posted By beginner1988
Thanks but still can't..
Thanks but still can't..
5,429
Posted By beginner1988
It still doesn't work. Anyway, thanks for ur...
It still doesn't work. Anyway, thanks for ur effort! :)
5,429
Posted By beginner1988
I tried but it doesn't work. It gave me this: ...
I tried but it doesn't work. It gave me this:
sed: command garbled: s/
5,429
Posted By beginner1988
UNIX script URGENT!!!
#!/bin/sh

INPUT () {
echo "Please enter line number: "
read LINE

echo "Please enter column number that you want to modify: "
read COLUMN

head -$LINE dataf > line1;
...
Showing results 1 to 7 of 7

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