Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
シェルスクリプトで、行の各項目を個別の変数で読み取るにはどうすればよいですか。ラインがあれば
line1= 10:59 12:16 14:25 23:10
では、どうすればいいですか
t1=10:59 t2=12:16 t3=14:25 t4=23:10