Retourner au contenu associé (dépêche : FreeBSD 10.3)
Posté par David Marec le 05 avril 2016 à 11:39. En réponse à la dépêche FreeBSD 10.3. Évalué à 5.
D'ailleurs, c'est décrit dans le commit:
Implement '-s' to copy as symlink, similar to the current -l link(2) handling. This is also implemented in at least GNU coreutils cp.
Implement '-s' to copy as symlink, similar to the current -l link(2) handling.
This is also implemented in at least GNU coreutils cp.
Avec une petite amélioration au passage:
While here also improve the '-l' handling to not open(2) the source file as it does not actually need the descriptor.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: cp -s == ln -s
Posté par David Marec . En réponse à la dépêche FreeBSD 10.3. Évalué à 5.
D'ailleurs, c'est décrit dans le commit:
Avec une petite amélioration au passage: