Hello, I think I found an issue, but not sure if it's a bug or feature :) When using option "-c" from tail there are 3 ways, two working and one not:
1. cat /etc/passwd|tail -c 10 (doesn't work) 2. cat /etc/passwd|tail -c -10 (works) 3. tail -c 10 /etc/passwd (works) Why does the option 2 and 3 work, but the first one doesn't? -- Robert Milasan L3 Support Engineer SUSE Linux email: [email protected] GPG fingerprint: B6FE F4A8 0FA3 3040 3402 6FE7 2F64 167C 1909 6D1A
