kumpa Posted November 26, 2012 Share Posted November 26, 2012 I am having following problem: I am trying to extract one line from text file using `system("sed '$F!d' /home/kumpa/test.txt")` and it works fine. As soon as I replace $F with expression (stamp() in my case) it returns bracing error. Any ideas ? cheers k Quote Link to comment Share on other sites More sharing options...
lukeiamyourfather Posted November 26, 2012 Share Posted November 26, 2012 Nested expression should work, can you post the exact expression you're using? Something else to try might be Python which can natively read text files without relying on system commands like sed. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.