This is an old question, and there have been many different solutions offered. Since the accepted answer uses sed but has a glaring problem (which is that it will replace @ with > when the @ sign appears as the first letter of the quality line), I feel compelled to offer a simple sed-based solution that actually works:
sed -n '1~4s/^@/>/p;2~4p'
The only assumption made is that each read occupies exactly 4 lines in the FASTQ file, but that seems pretty safe, in my experience.
The fastq_to_fasta script in the fastx toolkit was mentioned, and while I really love a lot of what this toolkit offers, this script in particular seems to not play well with Phred+33 quality scores, which are common (again). Which is funny, since you're throwing away the quality info anyway.
$ fastq_to_fasta -help
usage: fastq_to_fasta [-h] [-r] [-n] [-v] [-z] [-i INFILE] [-o OUTFILE]
Part of FASTX Toolkit 0.0.13 by A. Gordon (gordon@cshl.edu)
$ cat data.fastq | fastq_to_fasta
fastq_to_fasta: Invalid quality score value (char '#' ord 35 quality value -29) on line 4
$ head data.fastq
@HS3:140:c0adtacxx:1:1101:2942:1999 1:Y:0:TTAGGC
NATGNCCTCTCATCCTCATTCCCTCCAGTAGTAGTGAGGGCATGCCTGTGCTCTTGCCCTTACCTGCCATCCACTGTTCCTTTCTCTCCTGTATCTCTTC
+
#0;@#2@@@@@@@@@@@?@@@@@?@@?@@@@@@@????????????????????????@@>@@>>;???=??@>?????????==;9==><>>>:7;===
@HS3:140:c0adtacxx:1:1101:3196:1996 1:Y:0:TTAGGC
NCCGNNCTCTAGATCGGAAGAGCACACGTCTGGCACCAAGATCGGAAGAGCACACGTCTGAACTCCAGTCACTTAGGCATCTCGTATGCCGTCTTCTGCT
+
#4;@##4<>@@?@@??@?@@@@@@@?@@??????<??<???????<?????>??????@???????????>??>????=<===<<<=<==99:<<<=;<<