Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
nail is not working for PDF
Name: dannybc Date: June 9, 2003 at 13:37:57 Pacific OS: UNIX CPU/Ram: HP
Comment:
Help! I have a problem with nail in HP Unix. When I attach a pdf file which is converted by txt2pdf program and over 1.5m, I cannot open it in the email whcih is sent from the unix nail program because of the corrupted pdf file. However the samller size pdf is ok. If I use FTP to transfer the file even a bigger size, I have not problem. Could anybody help me? Thanks in advance
Summary: The below commands writes the line to the screen if it finds the "error" string in the logfile.txt tail -f logfile.txt | grep error However if I try to redirect the output of the grep to a file like s...
Summary: uxwspr60:/home/orcimp> cat test.sh alpha='abcdefghijklmnopqrstuvwxyz' print ${alpha:5:5} uxwspr60:/home/orcimp> test.sh test.sh[2]: ${alpha:5:5}: The specified substitution is not valid for this comma...