Hacker News new | ask | show | jobs
by shanemhansen 3950 days ago
How about:

    ./my_awesome_analysis /data/complicated_file_with_long_name.dat &
    # do some stuf
    wait
    ./my_awesome_analysis /data/even_more_complicated_path.dat
1 comments

It's still not equivalent, and it's more cumbersome.